[Gregor.Core.Collections.CCollectionEventArgs]

Gregor.Core.Collections.CCollectionEventArgs

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.Collections.

Details

public class Gregor.Core.Collections.CCollectionEventArgs

: System.EventArgs

Custom Attributes: 

Description: 


Members

CCollectionEventArgs

static private CCollectionEventArgs()

Custom Attributes: 

Description: 

CCollectionEventArgs

public CCollectionEventArgs(System.Collections.ICollection col, System.Array elems, Gregor.Core.Collections.CollectionAction action)

Custom Attributes: 

Description: 

CCollectionEventArgs

public CCollectionEventArgs(System.Collections.ICollection col, System.Object elem, Gregor.Core.Collections.CollectionAction action)

Custom Attributes: 

Description: 

Empty

static public readonly Gregor.Core.Collections.CCollectionEventArgs Empty

Custom Attributes: 

Description: 

m_Action

private Gregor.Core.Collections.CollectionAction m_Action

Custom Attributes: 

Description: 

m_Collection

private System.Collections.ICollection m_Collection

Custom Attributes: 

Description: 

m_Element

private System.Object m_Element

Custom Attributes: 

Description: 

m_Elements

private System.Array m_Elements

Custom Attributes: 

Description: 

Action

public Gregor.Core.Collections.CollectionAction Action {get;}

Custom Attributes: 

Description: 

Collection

public System.Collections.ICollection Collection {get;}

Custom Attributes: 

Description: 

Element

public System.Object Element {get;}

Custom Attributes: 

Description: 

Elements

public System.Array Elements {get;}

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.CCollectionEventArgs

System.Array

System.EventArgs

System.Object

System.Collections.ICollection

Gregor.Core.Collections.CollectionAction