Skip to main content
A newer version of this page is available. .

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.v19.1.dll

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