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)

属性值

回调参数数组。

适用于