Click or drag to resize

ICustomSetupControlHandleDialogClosed Method

Called when the dialog with the control is closed.

Namespace: CompreDriveSDK.Plugins
Assembly: CompreDriveSDK (in CompreDriveSDK.dll) Version: 1.17.16
Syntax
void HandleDialogClosed(
	bool userClickedOK
)

Parameters

userClickedOK  Boolean
True if the user closed the dialog with OK, otherwise false.
See Also