C# Class Sharpen.Html.Bindings.ValueBinder

Binds the value property of an input element to an expression. This binder supports two-way binding.
Inheritance: PropertyBinder
Afficher le fichier Open project: nikhilk/sharpen

Méthodes publiques

Méthode Description
Dispose ( ) : void
ValueBinder ( InputElement target, Expression expression ) : System

Private Methods

Méthode Description
OnChanged ( System.Html.ElementEvent e ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

ValueBinder() public méthode

public ValueBinder ( InputElement target, Expression expression ) : System
target System.Html.InputElement
expression Expression
Résultat System