OpenImageFileDialogFileOk Event |
Occurs when the user clicks on the Open button on the dialog box.
Namespace:
Atalasoft.Imaging.WinControls
Assembly:
Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.5.0.5.0.230 (.NET 4.6.2, x86)
Syntaxpublic event CancelEventHandler FileOk
Public Event FileOk As CancelEventHandler
Value
Type:
System.ComponentModelCancelEventHandler
Remarks This event can be used to force the dialog to remain displayed if the file selected does not meet your
requirements.
See Also