Arguments Property (JSFunctionInvokeEventArgs)
- Last UpdatedAug 21, 2026
- 1 minute read
Gets the arguments
'Declaration
Public ReadOnly Property Arguments As IReadOnlyCollection(Of Object)
public IReadOnlyCollection<object> Arguments {get;}
public:
property IReadOnlyCollection<Object^>^ Arguments {
IReadOnlyCollection<Object^>^ get();
}