Back to Devexpress

TileNavElement.CommandParameterChanged Event

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-tilenavelement-da165d7f.md

latest1.3 KB
Original Source

TileNavElement.CommandParameterChanged Event

Occurs after the value of the CommandParameter property has changed.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.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

TileNavElement Class

TileNavElement Members

DevExpress.XtraBars.Navigation Namespace