NetXP 3.0 Reference

CommandBarItem.Changed Event

Called when the item's properties are changed.

[Visual Basic]
Public Event Changed As CommandBarItemChangedEventHandler
[C#]
public event CommandBarItemChangedEventHandler Changed;

Event Data

The event handler receives an argument of type CommandBarItemChangedEventArgs containing data related to this event. The following CommandBarItemChangedEventArgs property provides information specific to this event.

PropertyDescription
SizeChanged Has the item's size changed?

See Also

CommandBarItem Class | NETXP.Controls.Bars Namespace