Back to Devexpress

ContextButtonBase.CommandParameterChanged Event

windowsforms-devexpress-dot-utils-dot-contextbuttonbase-21988db6.md

latest1.3 KB
Original Source

ContextButtonBase.CommandParameterChanged Event

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

Event Data

The CommandParameterChanged event's data class is EventArgs.

See Also

ContextButtonBase Class

ContextButtonBase Members

DevExpress.Utils Namespace