Back to Devexpress

RecentItemBase.CommandChanged Event

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-recentitembase-04635b11.md

latest1.2 KB
Original Source

RecentItemBase.CommandChanged Event

Occurs after the value of the Command property 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 CommandChanged
vb
<EditorBrowsable(EditorBrowsableState.Advanced)>
Public Event CommandChanged As EventHandler

Event Data

The CommandChanged event's data class is EventArgs.

See Also

RecentItemBase Class

RecentItemBase Members

DevExpress.XtraBars.Ribbon Namespace