Constructor ClearedEventArgs
ClearedEventArgs(Boolean, Int32)
Declaration
public ClearedEventArgs(bool full, int count)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | full | True if the operation cleared all of the collection |
System.Int32 | count | The number of items removed by the clear. |