C# Class System.Windows.Data.StandardPropertyPathNode

Inheritance: System.Windows.Data.PropertyPathNode
Afficher le fichier Open project: shana/moon

Méthodes publiques

Méthode Description
SetValue ( object value ) : void
StandardPropertyPathNode ( string typeName, string propertyName ) : System
UpdateValue ( ) : void

Méthodes protégées

Méthode Description
OnSourceChanged ( object oldSource, object newSource ) : void
OnSourcePropertyChanged ( object o, PropertyChangedEventArgs e ) : void

Private Methods

Méthode Description
DPChanged ( IntPtr dependency_object, IntPtr property_changed_event_args, MoonError &error, IntPtr closure ) : void

Method Details

OnSourceChanged() protected méthode

protected OnSourceChanged ( object oldSource, object newSource ) : void
oldSource object
newSource object
Résultat void

OnSourcePropertyChanged() protected méthode

protected OnSourcePropertyChanged ( object o, PropertyChangedEventArgs e ) : void
o object
e System.ComponentModel.PropertyChangedEventArgs
Résultat void

SetValue() public méthode

public SetValue ( object value ) : void
value object
Résultat void

StandardPropertyPathNode() public méthode

public StandardPropertyPathNode ( string typeName, string propertyName ) : System
typeName string
propertyName string
Résultat System

UpdateValue() public méthode

public UpdateValue ( ) : void
Résultat void