Method raiseCollectionCleared
raiseCollectionCleared(Boolean, Int32)
Fire the CollectionCleared event
Declaration
protected virtual void raiseCollectionCleared(bool full, int count)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | full | |
System.Int32 | count |
raiseCollectionCleared(Boolean, Int32, Nullable<Int32>)
Fire the CollectionCleared event
Declaration
protected virtual void raiseCollectionCleared(bool full, int count, int? offset)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | full | |
System.Int32 | count | |
System.Nullable<System.Int32> | offset |