Class ClearedEventArgs

Bases

object, System.EventArgs

Base of

ClearedRangeEventArgs

Field overview

Count ,
Full

Constructor overview

ClearedEventArgs(bool full, int count)

Method overview

Equals(object obj), Inherited from object ,
Finalize(), Inherited from object ,
GetHashCode(), Inherited from object ,
GetType(), Inherited from object ,
MemberwiseClone(), Inherited from object ,
ToString()

Field details

int Count
bool Full

Constructor details

ClearedEventArgs(bool full, int count)
Parameters:
full:True if the operation cleared all of the collection
count:The number of items removed by the clear.

Method details

string ToString()
Returns: