NetXP 3.0 Reference

CommandContextMenu.Expanded Event

Raised when a collapsed personalized menu is expanded.

[Visual Basic]
Public Event Expanded As ExpandedEventHandler
[C#]
public event ExpandedEventHandler Expanded;

Event Data

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

PropertyDescription
DoNotUpdate Instructs the menu NOT to update its position and size as a result of the expansion.

See Also

CommandContextMenu Class | NETXP.Controls.Bars Namespace