OpenImageFileDialog.FileOk 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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntaxpublic event CancelEventHandler FileOk
Public Event FileOk As CancelEventHandler
Value
Type:
System.ComponentModel.CancelEventHandler
Remarks This event can be used to force the dialog to remain displayed if the file selected does not meet your
requirements.
See Also