4 types derived from AutomationEventArgs
UIAutomationTypes (4)
System\Windows\Automation\AsyncContentLoadedEventArgs.cs (1)
7public sealed class AsyncContentLoadedEventArgs : AutomationEventArgs
System\Windows\Automation\AutomationPropertyChangedEventArgs.cs (1)
7public sealed class AutomationPropertyChangedEventArgs : AutomationEventArgs
System\Windows\Automation\StructureChangedEventArgs.cs (1)
7public sealed class StructureChangedEventArgs : AutomationEventArgs
System\Windows\Automation\WindowClosedEventArgs.cs (1)
7public sealed class WindowClosedEventArgs : AutomationEventArgs
1 reference to AutomationEventArgs
UIAutomationTypes (1)
System\Windows\Automation\AutomationEventHandler.cs (1)
7public delegate void AutomationEventHandler(object sender, AutomationEventArgs e);