Class AutomationEventArgs
Provides data for the EventRaised event.
Inheritance
System.Object
System.EventArgs
AutomationEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Runtime.InteropServices.Automation
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public sealed class AutomationEventArgs : EventArgs
Properties
| Improve this Doc View SourceArguments
Gets the event arguments from the Automation event.
Declaration
public object[] Arguments { get; }
Property Value
Type | Description |
---|---|
System.Object[] | The event arguments from the Automation event. |