[Gregor.Core.Collections.CHistoryJumpingEventArgs]

Gregor.Core.Collections.CHistoryJumpingEventArgs

Saturday, September 15, 2007

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

Details

public class Gregor.Core.Collections.CHistoryJumpingEventArgs

: Gregor.Core.Collections.CHistoryChangingEventArgs

Custom Attributes: 

Description: 


Members

CHistoryJumpingEventArgs

internal CHistoryJumpingEventArgs(Gregor.Core.Collections.CBrowseHistory history, System.Int32 targetIndex, Gregor.Core.Collections.CHistoryEntry targetEntry)

Custom Attributes: 

Description: 

m_TargetEntry

private Gregor.Core.Collections.CHistoryEntry m_TargetEntry

Custom Attributes: 

Description: 

m_TargetIndex

private System.Int32 m_TargetIndex

Custom Attributes: 

Description: 

m_ToBeRemoved

private System.Boolean m_ToBeRemoved

Custom Attributes: 

Description: 

TargetEntry

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

Custom Attributes: 

Description: 

TargetIndex

public System.Int32 TargetIndex {get;}

Custom Attributes: 

Description: 

ToBeRemoved

public System.Boolean ToBeRemoved {get;}

Custom Attributes: 

Description: 

CancelAndRemove

public void CancelAndRemove()

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.CBrowseHistory

Gregor.Core.Collections.CHistoryChangingEventArgs

Gregor.Core.Collections.CHistoryEntry

System.Boolean

System.Int32

System.Void