EventCommandEventArgs.Arguments Propriedade

Definição

Obtém a matriz de argumentos para o retorno de chamada.

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)

Valor da propriedade

Uma matriz de argumentos de retorno de chamada.

Aplica-se a