AutomationEventArgs.Arguments Property

Namespace:  System.Runtime.InteropServices.Automation
Assemblies:   System.Windows (in System.Windows.dll)
  System.Windows (in System.Windows.dll)

Syntax

'Declaration
Public Property Arguments As Object()
public Object[] Arguments { get; private set; }
public:
property array<Object^>^ Arguments {
    array<Object^>^ get ();
    private: void set (array<Object^>^ value);
}
member Arguments : Object[] with get, private set

Property Value

Type: array<System.Object[]

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Windows Phone 8, Windows Phone 8, Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

AutomationEventArgs Class

System.Runtime.InteropServices.Automation Namespace