Skip to main content
All docs
V26.1
  • SpreadsheetControl.SheetVisibilityChanging Event

    Namespace: DevExpress.Xpf.Spreadsheet

    Assembly: DevExpress.Xpf.Spreadsheet.v26.1.dll

    Declaration

    public event SheetVisibilityChangingEventHandler SheetVisibilityChanging

    Event Data

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

    Property Description
    Cancel Gets or sets a value indicating whether the event should be canceled. Inherited from CancelEventArgs.
    NewVisibility
    OldVisibility
    See Also