Skip to main content
All docs
V26.1
  • TileNavElement.CommandChanged Event

    Occurs after the value of the Command property has changed.

    Namespace: DevExpress.XtraBars.Navigation

    Assembly: DevExpress.XtraBars.v26.1.dll

    Declaration

    [EditorBrowsable(EditorBrowsableState.Advanced)]
    public event EventHandler CommandChanged

    Event Data

    The CommandChanged event's data class is EventArgs.

    See Also