C# Class XAMLMarkupExtensions.Binding.BindingProxy

A binding proxy class that accepts bindings and forwards them to a normal property. Based on: and
Inheritance: System.Windows.FrameworkElement
显示文件 Open project: MrCircuit/XAMLMarkupExtensions Class Usage Examples

Public Properties

Property Type Description
SourceProperty System.Windows.DependencyProperty

Protected Methods

Method Description
OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void

Gets called, when a property changed.

Method Details

OnPropertyChanged() protected method

Gets called, when a property changed.
protected OnPropertyChanged ( System.Windows.DependencyPropertyChangedEventArgs e ) : void
e System.Windows.DependencyPropertyChangedEventArgs The event arguments.
return void

Property Details

SourceProperty public_oe static_oe property

The source dependency property.
public static DependencyProperty,System.Windows SourceProperty
return System.Windows.DependencyProperty