Constable Authorization Engine 2.0 BETA

ChangeUndoManager.Initialize Method (Object, ChangeEventArgs, String)

[This is preliminary documentation and subject to change.]

Initializes an instance for the specified change notification.

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

Parameters

sender
The sender of the change notification.
e
The ChangeEventArgs instance containing the event data.
changeLabel
The optional change label to be displayed to the user.

Return Value

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

Remarks

The method is typically called as part of processing the InstanceChanging event before the actual change takes place.

See Also

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