RequestDataProviderEventArgs Class Members
The following tables list the members exposed by RequestDataProviderEventArgs.
| Name | Description |
 | DataProvider | Must be assigned to an instance of the requested List & Label data provider. |
 | DataSourceID | Any object that can be passed by the user when creating the viewer control. |
 | RequestId | ID which represents a remote dataprovider session. This ID is provided again in the OnCloseWebdesignerDataProvider event after the dataprovider has been disposed (i.e. when the client closes the Windows Client Web Designer). |
Top