C# Class System.Windows.BindingShim

Inheritance: IDisposable
Afficher le fichier Open project: nikhilk/silverlightfx Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
OnChanged ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs e ) : void

Method Details

BindingShim() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void