Constable Authorization Engine 2.0 BETA

ICollectionUpdater.OnClear Method 

[This is preliminary documentation and subject to change.]

Called by the associated collection when the collection is about to be cleared.

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

Parameters

collection

See Also

ICollectionUpdater Interface | LaMarvin.ComponentModel Namespace