Constable Authorization Engine 2.0 BETA

PropertyChangeUndoManager.Initialize Method (Object, ChangeEventArgs, String)

[This is preliminary documentation and subject to change.]

Initializes an instance for the specified property change.

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

Parameters

sender
The sender of the change notification.
e
The PropertyChangeEventArgs 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

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