Wrap event invocations inside a protected virtual method to allow derived classes to override the event invocation behavior

Namespace:  MonoOBSFramework.Engine
Assembly:  MonoOBSFramework (in MonoOBSFramework.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
protected virtual void OnRaiseNetEvent(
	NetEventArgs e
)
Protected Overridable Sub OnRaiseNetEvent ( _
	e As NetEventArgs _
)
protected:
virtual void OnRaiseNetEvent(
	NetEventArgs^ e
)

Parameters

e
NetEventArgs

See Also