Constable Authorization Engine 2.0 BETA

CollectionChangeUndoManager.Initialize Method (Object, ChangeEventArgs, String)

[This is preliminary documentation and subject to change.]

Initializes the instance for the specific change notification.

[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 event.
e
The ChangeEventArgs-derived instance containing the event data.
changeLabel
The change label used to describe the change to the user.

Return Value

true is the initialization was successfull; false otherwise.

See Also

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