C# Class System.Windows.Data.StandardPropertyPathNode

Inheritance: System.Windows.Data.PropertyPathNode
Datei anzeigen Open project: shana/moon

Public Methods

Method Description
SetValue ( object value ) : void
StandardPropertyPathNode ( string typeName, string propertyName ) : System
UpdateValue ( ) : void

Protected Methods

Method Description
OnSourceChanged ( object oldSource, object newSource ) : void
OnSourcePropertyChanged ( object o, PropertyChangedEventArgs e ) : void

Private Methods

Method Description
DPChanged ( IntPtr dependency_object, IntPtr property_changed_event_args, MoonError &error, IntPtr closure ) : void

Method Details

OnSourceChanged() protected method

protected OnSourceChanged ( object oldSource, object newSource ) : void
oldSource object
newSource object
return void

OnSourcePropertyChanged() protected method

protected OnSourcePropertyChanged ( object o, PropertyChangedEventArgs e ) : void
o object
e System.ComponentModel.PropertyChangedEventArgs
return void

SetValue() public method

public SetValue ( object value ) : void
value object
return void

StandardPropertyPathNode() public method

public StandardPropertyPathNode ( string typeName, string propertyName ) : System
typeName string
propertyName string
return System

UpdateValue() public method

public UpdateValue ( ) : void
return void