Dart.PowerWEB.TextBox Namespace > HtmlBox Class : AutoSave Event |
Raised after a specified interval or keystroke count.
[Visual Basic]
Public Event AutoSave() As AutoSaveEventHandler
[C#]
public event AutoSaveEventHandler AutoSave();
[C++]
public: __event AutoSaveEventHandler* AutoSave();
[C++/CLI]
public:
event AutoSaveEventHandler^ AutoSave();
The AutoSave event fires periodically, according to a specified interval or keystroke count. Set AutoSaveInterval to cause the event to fire according to a specified time interval. Set AutoSaveFrequency to cause the event to fire according to a specified number of keystrokes. Both properties can be simultaneously set. This event provides the perfect opportunity for frequently saving the state of the HtmlBox (for example, in a database or to disk).
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.