C# Class PostSharp.NotifyPropertyChanged.NotifyObservedReferenceChangedAttribute.PropertyChangedHandler

Afficher le fichier Open project: robertream/PostSharp.NotifyPropertyChanged

Méthodes publiques

Свойство Type Description
Map string[]>.Dictionary
NotifyChanges bool>.Action

Méthodes publiques

Méthode Description
Invoke ( object sender, PropertyChangedEventArgs eventArgs ) : void

Method Details

Invoke() public méthode

public Invoke ( object sender, PropertyChangedEventArgs eventArgs ) : void
sender object
eventArgs System.ComponentModel.PropertyChangedEventArgs
Résultat void

Property Details

Map public_oe property

public Dictionary Map
Résultat string[]>.Dictionary

NotifyChanges public_oe property

public Action NotifyChanges
Résultat bool>.Action