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)

속성 값

콜백 인수의 배열입니다.

적용 대상