Class Event
Describes abstract event.
public class Event
- Inheritance
-
Event
- Derived
- Inherited Members
Constructors
Event(string)
Creates an event of the specified type.
public Event(string type)
Parameters
type
stringtype of event
Fields
type
A type of event.
protected string type
Field Value
Methods
GetEventType()
Returns the type of this event.
public virtual string GetEventType()
Returns
- string
type of this event