MVCxClientBeforeExportRequestEventArgs Members
Provides data for client BeforeExportRequest events.Constructors
Name | Description |
---|---|
constructor | Initializes a new instance of the MVCxClientBeforeExportRequestEventArgs class with default settings. |
Properties
Name | Description |
---|---|
customArgs | Gets an object containing specific information (if any, as name/value pairs) that should be passed as a request parameter from the client to the server side for further processing. |
See Also