Constable Authorization Engine 2.0 BETA

ChangeUndoManager.Match Method 

[This is preliminary documentation and subject to change.]

Checks whether the specified arguments match the change notification recorded by this instance.

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

Parameters

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

Return Value

true is the arguments match the recorded change notification; false otherwise.

Remarks

This method is used by undo engines to match the two event notifications (InstanceChanging and InstanceChanged) that form an atomic, undoable change.

See Also

ChangeUndoManager Class | LaMarvin.ComponentModel Namespace