 | ICustomSetupControlHandleDialogClosed Method |
Called when the dialog with the control is closed.
Namespace: CompreDriveSDK.PluginsAssembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntaxvoid HandleDialogClosed(
bool userClickedOK
)
Sub HandleDialogClosed (
userClickedOK As Boolean
)
Parameters
- userClickedOK Boolean
- True if the user closed the dialog with OK, otherwise false.
See Also