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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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