[Gregor.Core.Collections.CHistoryChangedEventArgs]

Gregor.Core.Collections.CHistoryChangedEventArgs

Saturday, September 15, 2007

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

Details

public class Gregor.Core.Collections.CHistoryChangedEventArgs

: Gregor.Core.Collections.CHistoryEventArgs

Custom Attributes: 

Description: 


Members

CHistoryChangedEventArgs

internal CHistoryChangedEventArgs(Gregor.Core.Collections.CHistoryBase history, Gregor.Core.Collections.HistoryChangeCause cause, Gregor.Core.Collections.CHistoryEntry match, Gregor.Core.Collections.CHistoryEntry substitute)

Custom Attributes: 

Description: 

CHistoryChangedEventArgs

internal CHistoryChangedEventArgs(Gregor.Core.Collections.CHistoryBase history, Gregor.Core.Collections.HistoryChangeCause cause, Gregor.Core.Collections.CHistoryEntry match)

Custom Attributes: 

Description: 

CHistoryChangedEventArgs

public CHistoryChangedEventArgs(Gregor.Core.Collections.CHistoryBase history, Gregor.Core.Collections.HistoryChangeCause cause)

Custom Attributes: 

Description: 

m_ChangeCause

private Gregor.Core.Collections.HistoryChangeCause m_ChangeCause

Custom Attributes: 

Description: 

m_ChangeMatch

private Gregor.Core.Collections.CHistoryEntry m_ChangeMatch

Custom Attributes: 

Description: 

m_ChangeSubstitute

private Gregor.Core.Collections.CHistoryEntry m_ChangeSubstitute

Custom Attributes: 

Description: 

ChangeCause

public Gregor.Core.Collections.HistoryChangeCause ChangeCause {get;}

Custom Attributes: 

Description: 

ChangeMatch

public Gregor.Core.Collections.CHistoryEntry ChangeMatch {get;}

Custom Attributes: 

Description: 

ChangeSubstitute

public Gregor.Core.Collections.CHistoryEntry ChangeSubstitute {get;}

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.CHistoryBase

Gregor.Core.Collections.CHistoryEntry

Gregor.Core.Collections.CHistoryEventArgs

Gregor.Core.Collections.HistoryChangeCause