NetXP 3.0 Reference

CommandBarButtonItem.DropDown Event

Called when a dropdown menu is shown. Cancel the event in order to avoid showing the default popup menu.

[Visual Basic]
Public Event DropDown As CancelEventHandler
[C#]
public event CancelEventHandler DropDown;

See Also

CommandBarButtonItem Class | NETXP.Controls.Bars Namespace