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
ファイルを表示 Open project: nikhilk/sharpen

Public Methods

Method Description
Dispose ( ) : void
ValueBinder ( InputElement target, Expression expression ) : System

Private Methods

Method Description
OnChanged ( System.Html.ElementEvent e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

ValueBinder() public method

public ValueBinder ( InputElement target, Expression expression ) : System
target System.Html.InputElement
expression Expression
return System