Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Fires when a ToolbarCheckButton or ToolbarButton is clicked.
Syntax
Visual Basic Public Event ButtonClick As EventHandler C# public event EventHandler ButtonClick; Managed C++ public: __event EventHandler ButtonClick; JScript In JScript, you can handle the events defined by a class, but you cannot define your own.
Event Data
Argument Object EventArgs Handler Delegate EventHandler
Event Object Properties
Refer to the specific event object for additional event properties.
Applies To
TOOLBAR
See Also