[Gregor.Core.Collections.NBrowseHistories]

Gregor.Core.Collections.NBrowseHistories

Saturday, September 15, 2007

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

Details

public class Gregor.Core.Collections.NBrowseHistories

: System.Collections.CollectionBase, System.Collections.IList, System.Collections.ICollection, System.Collections.IEnumerable

Custom Attributes: 

Description: 


Members

NBrowseHistories

public NBrowseHistories()

Custom Attributes: 

Description: 

HistoryAdded

public event Gregor.Core.Collections.HistoryEventHandler HistoryAdded

Custom Attributes: 

Description: 

HistoryRemoved

public event Gregor.Core.Collections.HistoryEventHandler HistoryRemoved

Custom Attributes: 

Description: 

HistoryAdded

private Gregor.Core.Collections.HistoryEventHandler HistoryAdded

Custom Attributes: 

Description: 

HistoryRemoved

private Gregor.Core.Collections.HistoryEventHandler HistoryRemoved

Custom Attributes: 

Description: 

Add

public void Add(Gregor.Core.Collections.CBrowseHistory history)

Custom Attributes: 

Description: 

OnHistoryAdded

protected virtual void OnHistoryAdded(Gregor.Core.Collections.CHistoryEventArgs e)

Custom Attributes: 

Description: 

OnHistoryRemoved

protected virtual void OnHistoryRemoved(Gregor.Core.Collections.CHistoryEventArgs e)

Custom Attributes: 

Description: 

Remove

public void Remove(Gregor.Core.Collections.CBrowseHistory history)

Custom Attributes: 

Description: 


See Also

Gregor.Core.Collections.CBrowseHistory

Gregor.Core.Collections.CHistoryEventArgs

System.Collections.CollectionBase

System.Collections.ICollection

System.Collections.IEnumerable

System.Collections.IList

Gregor.Core.Collections.HistoryEventHandler

System.Void