March 2003
Intermediate to advanced
896 pages
32h 35m
English
ToolBarButtonClickEventArgs
This class encapsulates the data for the
ToolBar.ButtonClick event. You can determine which
Button caused the event.
public class ToolBarButtonClickEventArgs : EventArgs { // Public Constructors public ToolBarButtonClickEventArgs(ToolBarButton button); // Public Instance Properties public ToolBarButton Button{set; get; } }
System.Object
→ System.EventArgs → ToolBarButtonClickEventArgs
ToolBar.{OnButtonClick(),
OnButtonDropDown()},
ToolBarButtonClickEventHandler.{BeginInvoke(),
Invoke()}
Read now
Unlock full access