Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.Collections.
public class Gregor.Core.Collections.CCollectionEventArgs : System.EventArgs Custom Attributes: Description:
static private CCollectionEventArgs() Custom Attributes: Description:
public CCollectionEventArgs(System.Collections.ICollection col, System.Array elems, Gregor.Core.Collections.CollectionAction action) Custom Attributes: Description:
public CCollectionEventArgs(System.Collections.ICollection col, System.Object elem, Gregor.Core.Collections.CollectionAction action) Custom Attributes: Description:
static public readonly Gregor.Core.Collections.CCollectionEventArgs Empty Custom Attributes: Description:
private Gregor.Core.Collections.CollectionAction m_Action Custom Attributes: Description:
private System.Collections.ICollection m_Collection Custom Attributes: Description:
private System.Object m_Element Custom Attributes: Description:
private System.Array m_Elements Custom Attributes: Description:
public Gregor.Core.Collections.CollectionAction Action {get;}
Custom Attributes:
Description:
public System.Collections.ICollection Collection {get;}
Custom Attributes:
Description:
public System.Object Element {get;}
Custom Attributes:
Description:
public System.Array Elements {get;}
Custom Attributes:
Description:
Gregor.Core.Collections.CCollectionEventArgs