C# Class System.Windows.BindingShim

Inheritance: IDisposable
Datei anzeigen Open project: nikhilk/silverlightfx Class Usage Examples

Public Methods

Method Description
BindingShim ( FrameworkElement element, Binding binding, System.Action changedHandler ) : System
Dispose ( ) : void

Private Methods

Method Description
OnChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

BindingShim() public method

public BindingShim ( FrameworkElement element, Binding binding, System.Action changedHandler ) : System
element FrameworkElement
binding System.Windows.Data.Binding
changedHandler System.Action
return System

Dispose() public method

public Dispose ( ) : void
return void