Constable Authorization Engine 2.0 BETA

ChangeUndoManager.Initialize Method (Object, ChangeEventArgs)

[This is preliminary documentation and subject to change.]

Initializes an instance for the specified change notification.

[Visual Basic]
Overloads Public Function Initialize( _
   ByVal sender As Object, _
   ByVal e As ChangeEventArgs _
) As Boolean
[C#]
public bool Initialize(
   object sender,
   ChangeEventArgs e
);

Parameters

sender
The sender of the change notification.
e
The ChangeEventArgs instance containing the event data.

Return Value

true if the initialization was successfull and the manager will be able to undo the change; false otherwise.

See Also

ChangeUndoManager Class | LaMarvin.ComponentModel Namespace | ChangeUndoManager.Initialize Overload List