Back to Devexpress

RecentItemBase.CommandCanExecuteChanged Event

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-recentitembase-dea83aef.md

latest1.4 KB
Original Source

RecentItemBase.CommandCanExecuteChanged Event

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

Namespace : DevExpress.XtraBars.Ribbon

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

RecentItemBase Class

RecentItemBase Members

DevExpress.XtraBars.Ribbon Namespace