Back to Devexpress

DXFileDialog.FileOk Event

wpf-devexpress-dot-xpf-dot-dialogs-dot-dxfiledialog-8b16384d.md

latest1.4 KB
Original Source

DXFileDialog.FileOk Event

Similar to the FileOk event.

Namespace : DevExpress.Xpf.Dialogs

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

NuGet Package : DevExpress.Wpf.Dialogs

Declaration

csharp
public event CancelEventHandler FileOk
vb
Public Event FileOk As CancelEventHandler

Event Data

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

PropertyDescription
CancelGets or sets a value indicating whether the event should be canceled.

See Also

DXFileDialog Class

DXFileDialog Members

DevExpress.Xpf.Dialogs Namespace