WindowsClientWebDesignerConfig Class Events
For a list of all members of this type, see WindowsClientWebDesignerConfig members.
| Name | Description |
 | OnCloseDesignerSession | Optional: This event is called after a dataprovider which was created in OnRequestDataProvider is disposed, i.e. when the client closes the Windows Client Web Designer. Use this event to dispose the dataproviders and it`s resources. Do not rely on this event being called! |
 | OnUploadComplete | Optional: This event is called when a file was saved in the Windows Client Web Designer. When a repository is used, this event will not be raised. |
Top