Dart.PowerWEB.TextBox Namespace > HtmlBox Class : ToolbarButtonClick Event |
Raised when a postback is raised by a toolbar button click.
[Visual Basic]
Public Event ToolbarButtonClick() As ToolbarButtonClickEventHandler
[C#]
public event ToolbarButtonClickEventHandler ToolbarButtonClick();
[C++]
public: __event ToolbarButtonClickEventHandler* ToolbarButtonClick();
[C++/CLI]
public:
event ToolbarButtonClickEventHandler^ ToolbarButtonClick();
The event handler receives an argument of type ToolbarButtonEventArgs containing data related to this event. The following ToolbarButtonEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Button | Gets the ToolbarButton object responsible for this event. |
A ToolbarButton can raise a postback if it's ToolbarButton.RaisePostback property is true. When this occurs, the ToolbarButtonClick will be raised. A ToolbarButtonClickEventArgs object will be passed into this event. This object will include a ToolbarButtonClickEventArgs.Button property which encapsulates the button which was clicked.
Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista
HtmlBox Class | HtmlBox Members
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.