EventCommandEventArgs.Arguments Propriété

Définition

Obtient le tableau des arguments pour le rappel.

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)

Valeur de propriété

Tableau d'arguments de rappel.

S’applique à