C# Class MahTweets.Core.Collections.CollectionChangeEvent

Datei anzeigen Open project: nickhodge/MahTweets.LawrenceHargrave

Public Methods

Method Description
CollectionChangeEvent ( CollectionChangeType type ) : MahTweets.Core.Interfaces.Plugins
CollectionChangeEvent ( IStatusUpdate item, CollectionChangeType type ) : MahTweets.Core.Interfaces.Plugins
CollectionChangeEvent ( object item, int index, CollectionChangeType type ) : MahTweets.Core.Interfaces.Plugins

Method Details

CollectionChangeEvent() public method

public CollectionChangeEvent ( CollectionChangeType type ) : MahTweets.Core.Interfaces.Plugins
type CollectionChangeType
return MahTweets.Core.Interfaces.Plugins

CollectionChangeEvent() public method

public CollectionChangeEvent ( IStatusUpdate item, CollectionChangeType type ) : MahTweets.Core.Interfaces.Plugins
item IStatusUpdate
type CollectionChangeType
return MahTweets.Core.Interfaces.Plugins

CollectionChangeEvent() public method

public CollectionChangeEvent ( object item, int index, CollectionChangeType type ) : MahTweets.Core.Interfaces.Plugins
item object
index int
type CollectionChangeType
return MahTweets.Core.Interfaces.Plugins