See Also

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

sender
e
See Also Requirements Languages PowerWEB TextBox for ASP.NET

AutoSaveEventHandler Delegate

Dart.PowerWEB.TextBox Namespace : AutoSaveEventHandler Delegate

Represents a method which will handle the HtmlBox.AutoSave event.

[Visual Basic]
Public Delegate Sub AutoSaveEventHandler( _    ByVal sender As Object, _    ByVal e As EventArgs _ )
[C#]
public delegate void AutoSaveEventHandler(    object sender,    EventArgs e );
[C++]
public: __gc __delegate void AutoSaveEventHandler(    Object* sender,    EventArgs* e )
[C++/CLI]
public delegate void AutoSaveEventHandler(    Object^ sender,    EventArgs^ e )

Parameters

sender
e

Remarks

When you create a AutoSaveEventHandler delegate, you identify the method that will handle the event. To associate the event with your event handler, add an instance of the delegate to the event. The event handler is called whenever the event occurs, unless you remove the delegate.

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

Dart.PowerWEB.TextBox Namespace


Send comments on this topic.

Documentation version 3.2.0.0.

© 2009 Dart Communications.  All rights reserved.