Events.EditorEventArgs.EditorEventArgs C# (CSharp) Method

EditorEventArgs() public method

public EditorEventArgs ( string eventType ) : System
eventType string
return System
    public EditorEventArgs(string eventType)
    {
      this.eventType = eventType;
    }
    public string eventType;
EditorEventArgs