AutomationEventArgs Constructor (AutomationEvent^)
.NET Framework (current version)
Initializes a new instance of the AutomationEventArgs class.
Assembly: UIAutomationTypes (in UIAutomationTypes.dll)
Parameters
- eventId
-
Type:
System.Windows.Automation::AutomationEvent^
The event identifier.
The following code shows how a UI Automation provider might create anAutomationEventArgs and raise the event.
.NET Framework
Available since 3.0
Available since 3.0
Show: