Back to Devexpress

TileNavElement.CommandCanExecuteChanged Event

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavelement-5fa628ad.md

latest1.4 KB
Original Source

TileNavElement.CommandCanExecuteChanged Event

Occurs when the CanExecute(Object) status of the Command has changed.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[EditorBrowsable(EditorBrowsableState.Advanced)]
public event EventHandler CommandCanExecuteChanged
vb
<EditorBrowsable(EditorBrowsableState.Advanced)>
Public Event CommandCanExecuteChanged As EventHandler

Event Data

The CommandCanExecuteChanged event's data class is EventArgs.

See Also

TileNavElement Class

TileNavElement Members

DevExpress.XtraBars.Navigation Namespace