Class CollectionWithEvents
Inheritance
CollectionWithEvents
Assembly: Reportman.Drawing.Forms.dll
public class CollectionWithEvents : CollectionBase, IList, ICollection, IEnumerable
Constructors
Declaration
public CollectionWithEvents()
Methods
Declaration
protected int IndexOf(object value)
Parameters
| Type |
Name |
Description |
| object |
value |
|
Returns
Declaration
protected override void OnClear()
Overrides
Declaration
protected override void OnClearComplete()
Overrides
Declaration
protected override void OnInsert(int index, object value)
Parameters
Overrides
Declaration
protected override void OnInsertComplete(int index, object value)
Parameters
Overrides
Declaration
protected override void OnRemove(int index, object value)
Parameters
Overrides
Declaration
protected override void OnRemoveComplete(int index, object value)
Parameters
Overrides
Declaration
public void Switch(int index1, int index2)
Parameters
| Type |
Name |
Description |
| int |
index1 |
|
| int |
index2 |
|
Events
Declaration
public event CollectionClear Cleared
Event Type
Declaration
public event CollectionClear Clearing
Event Type
Declaration
public event CollectionChange Inserted
Event Type
Declaration
public event CollectionChange Inserting
Event Type
Declaration
public event CollectionChange Removed
Event Type
Declaration
public event CollectionChange Removing
Event Type
Implements