See Also

ToolbarButtonEventArgs Members  | Dart.PowerWEB.TextBox Namespace

Requirements

Namespace: Dart.PowerWEB.TextBox

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

Assembly: Dart.PowerWEB.TextBox (in Dart.PowerWEB.TextBox.dll)

Language

Visual Basic

C#

C++

C++/CLI

Show All

See Also Requirements Languages PowerWEB TextBox for ASP.NET

ToolbarButtonEventArgs Class

Dart.PowerWEB.TextBox Namespace : ToolbarButtonEventArgs Class

Provides data for the HtmlBox.ToolbarButtonClick event.

For a list of all members of this type, see ToolbarButtonEventArgs members.

Object Model


Inheritance Hierarchy

System.Object
   System.EventArgs
      Dart.PowerWEB.TextBox.ToolbarButtonEventArgs

Syntax

[Visual Basic]
Public Class ToolbarButtonEventArgs    Inherits EventArgs
[C#]
public class ToolbarButtonEventArgs : EventArgs
[C++]
public __gc class ToolbarButtonEventArgs : public EventArgs
[C++/CLI]
public ref class ToolbarButtonEventArgs : public EventArgs

Remarks

When a HtmlBox.ToolbarButtonClick event is raised (when a ToolbarButton with its ToolbarButton.RaisePostback property set to true is clicked) a ToolbarButtonEventArgs object will be passed into the event handler. Check the ToolbarButtonEventArgs.Button property to get a reference to the button responsible for raising the event.

Requirements

Namespace: Dart.PowerWEB.TextBox

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

Assembly: Dart.PowerWEB.TextBox (in Dart.PowerWEB.TextBox.dll)

See Also

ToolbarButtonEventArgs Members  | Dart.PowerWEB.TextBox Namespace

 

Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.