System.Windows.Automation.AutomationEventArgs.AutomationEventArgs C# (CSharp) 메소드

AutomationEventArgs() 공개 메소드

public AutomationEventArgs ( AutomationEvent eventId ) : System
eventId AutomationEvent
리턴 System
        public AutomationEventArgs(AutomationEvent eventId)
        {
            this._eventId = eventId;
        }
AutomationEventArgs