Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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