class EventArgs
Represents the base class for classes that contain event data, and provides a value to use for events that do not include event data.
public static EventArgs Empty
Provides a value to use with events that do not have event data.
public Type GetType( )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public EventArgs( )
😔 No documentation found.