System.Windows.Automation.AutomationEventArgs.AutomationEventArgs C# (CSharp) Method

AutomationEventArgs() public method

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