Skip to main content
A newer version of this page is available. .

DXFileDialog.FileOk Event

Similar to the FileOk event.

Namespace: DevExpress.Xpf.Dialogs

Assembly: DevExpress.Xpf.Dialogs.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Dialogs, DevExpress.Wpf.Dialogs

Declaration

public event CancelEventHandler FileOk

Event Data

The FileOk event's data class is CancelEventArgs. The following properties provide information specific to this event:

Property Description
Cancel Gets or sets a value indicating whether the event should be canceled.
See Also