Share via


AfterHandlerMethodEventData.Arguments Property

Definition

The arguments to the method.

public:
 property System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ Arguments { System::Collections::Generic::IReadOnlyDictionary<System::String ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IReadOnlyDictionary<string,object> Arguments { get; }
public System.Collections.Generic.IReadOnlyDictionary<string,object?> Arguments { get; }
member this.Arguments : System.Collections.Generic.IReadOnlyDictionary<string, obj>
Public ReadOnly Property Arguments As IReadOnlyDictionary(Of String, Object)

Property Value

Applies to