C# Class MahTweets.Core.Collections.CollectionChangeEvent

Afficher le fichier Open project: nickhodge/MahTweets.LawrenceHargrave

Méthodes publiques

Méthode 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 méthode

public CollectionChangeEvent ( CollectionChangeType type ) : MahTweets.Core.Interfaces.Plugins
type CollectionChangeType
Résultat MahTweets.Core.Interfaces.Plugins

CollectionChangeEvent() public méthode

public CollectionChangeEvent ( IStatusUpdate item, CollectionChangeType type ) : MahTweets.Core.Interfaces.Plugins
item IStatusUpdate
type CollectionChangeType
Résultat MahTweets.Core.Interfaces.Plugins

CollectionChangeEvent() public méthode

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