See Also

HtmlBox Class  | HtmlBox Members

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Languages PowerWEB TextBox for ASP.NET

ToolbarButtonClick Event

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();

Event Data

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.

PropertyDescription
Button Gets the ToolbarButton object responsible for this event.

Remarks

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.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows ME, Windows 2000, Windows XP, Windows Server 2003, Windows Vista

See Also

HtmlBox Class  | HtmlBox Members


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.