Wimark.Controls Class Library  

EditorEventArgs Constructor

Initializes a new instance of the EditorEventArgs class.

[Visual Basic]
Public Sub New( _
   ByVal newValue As Object, _
   ByVal rollback As Boolean _
)
 
[C#]
public EditorEventArgs( 
   object newValue, 
   bool rollback 
);
[C++]
public: EditorEventArgs( 
   Object* newValue, 
   bool rollback 
);

Parameters

newValue
The new value.
rollback
true to rollback the changes; otherwise, false.

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

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