Wimark.Controls Class Library  

Editor.BeforeDeactivate Event

Occurs before the editor loses focus and ends editing a value.

[Visual Basic]
Public Event BeforeDeactivate As EditorCancelEventHandler 
[C#]
public event EditorCancelEventHandler BeforeDeactivate;
[C++]
public: __event EditorCancelEventHandler* BeforeDeactivate;

Event Data

The event handler receives an argument of type EditorCancelEventArgs containing data related to this event. The following EditorCancelEventArgs property provides information specific to this event.

Property Description
Cancel Gets or sets a value indicating whether the editor should not be deactivated.
Rollback Gets or sets a value indicating whether the editor should rollback the changes.
Value Gets new value.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows .NET Server family

See Also

Editor Class | Editor Members | Wimark.Controls.Editors Namespace