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.
When the button is clicked, calls the ButtonClick event handlers.
Syntax
Visual Basic Overridable Protected Function
OnButtonClick( ByVal e As EventArgs ) As boolC# protected virtual bool
OnButtonClick(EventArgs e );Managed C++ protected: virtual bool
OnButtonClick(EventArgs e );JScript protected function
OnButtonClick(e : EventArgs );
Parameters
e Required. The event parameters.
Return Value
Returns one of the following possible values.
falseEvent does not bubble. trueEvent bubbles.
Applies To
TOOLBARBUTTON
See Also