Skip to main content

FlyoutCommand.CanExecuteChanged Event

Occurs upon changing the criteria that controls whether or not this FlyoutCommand is currently available.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public event EventHandler CanExecuteChanged

Event Data

The CanExecuteChanged event's data class is EventArgs.

Remarks

Use the FlyoutCommand.CanExecute method to specify the ‘can execute’ criteria for a flyout command. You can also raise the CanExecuteChanged event manually by calling the FlyoutCommand.RaiseCanExecuteChanged method from code.

See Also