Class that publishes an event

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public class NetEvents
Public Class NetEvents
public ref class NetEvents

Members

               
 All Members  Constructors   Fields   Methods   Events  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
NetEvents()()()
DoSomething(String)
Equals(Object) (Inherited from Object.)
FieldGetter(String, String, Object%) (Inherited from Object.)
FieldSetter(String, String, Object) (Inherited from Object.)
Finalize()()() (Inherited from Object.)
GetFieldInfo(String, String) (Inherited from Object.)
GetHashCode()()() (Inherited from Object.)
GetType()()() (Inherited from Object.)
MemberwiseClone()()() (Inherited from Object.)
OnRaiseNetEvent(NetEventArgs)
Wrap event invocations inside a protected virtual method to allow derived classes to override the event invocation behavior
RaiseNetEvent
Declare the event using EventHandler <T>
RaiseNetEvent
SetText(String)
ToString()()() (Inherited from Object.)

Inheritance Hierarchy

System..::.Object
  MonoOBSFramework.Engine..::.NetEvents

See Also