EventCommandEventArgs.Arguments Свойство

Определение

Получает массив аргументы для обратного вызова.

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)

Значение свойства

Массив аргументов обратного вызова.

Применяется к