Click or drag to resize

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.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public event CancelEventHandler FileOk

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