EventCommandEventArgs.Arguments Property

Definition

Gets the array of arguments for the callback.

public:
 property System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ Arguments { System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ get(); };
public System.Collections.Generic.IDictionary<string,string> Arguments { get; }
public System.Collections.Generic.IDictionary<string,string?>? Arguments { get; }
member this.Arguments : System.Collections.Generic.IDictionary<string, string>
Public ReadOnly Property Arguments As IDictionary(Of String, String)

Property Value

An array of callback arguments.

Applies to