Skip to main content
All docs
V25.1
  • FileDialogBase.FileOk Event

    Fires when a user presses “Save” or “Open” (depending on the current dialog type).

    Namespace: DevExpress.XtraEditors

    Assembly: DevExpress.XtraDialogs.v25.1.dll

    NuGet Packages: DevExpress.Win.Dialogs, DevExpress.Win.Navigation

    Declaration

    [DXCategory("Events")]
    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