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