Back to Devexpress

ContextButtonBase.CommandChanged Event

windowsforms-devexpress-dot-utils-dot-contextbuttonbase-39ee7fcd.md

latest1.2 KB
Original Source

ContextButtonBase.CommandChanged Event

Occurs after the value of the Command property has changed.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

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

ContextButtonBase Class

ContextButtonBase Members

DevExpress.Utils Namespace