Constable Authorization Engine 2.0 BETA

ICollectionUpdater.OnClearComplete Method 

[This is preliminary documentation and subject to change.]

Called by the associated collection after the collection has been cleared.

[Visual Basic]
Sub OnClearComplete( _
   ByVal collection As CollectionBase _
)
[C#]
void OnClearComplete(
   CollectionBase collection
);

Parameters

collection

See Also

ICollectionUpdater Interface | LaMarvin.ComponentModel Namespace