aspControls RichTextBox Web Control

ToolbarButton.Click Event

Raised when the user clicks on the button and it posts back to the server.

[Visual Basic]
Public Event Click As CommandEventHandler
[C#]
public event CommandEventHandler Click;

Remarks

See Also

ToolbarButton Class | aspControls.Web.UI.WebControls Namespace