Events.EditorEventArgs.EditorEventArgs C# (CSharp) Метод

EditorEventArgs() публичный Метод

public EditorEventArgs ( string eventType ) : System
eventType string
Результат System
    public EditorEventArgs(string eventType)
    {
      this.eventType = eventType;
    }
    public string eventType;
EditorEventArgs