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 _
)
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.
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)
Dart.PowerWEB.TextBox Namespace
Send comments on this topic.
Documentation version 3.2.0.0.
© 2009 Dart Communications. All rights reserved.