Back to Devexpress

TileItem.CommandParameterChanged Event

windowsforms-devexpress-dot-xtraeditors-dot-tileitem-5b8c225a.md

latest1.2 KB
Original Source

TileItem.CommandParameterChanged Event

Occurs after the value of the CommandParameter property has changed.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

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

TileItem Class

TileItem Members

DevExpress.XtraEditors Namespace