Wimark.Controls Class Library  

Editor.Deactivated Event

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

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

Event Data

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

Property Description
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