C# Class JSIL.Ui.Input.InputBase

Inheritance: JSIL.Dom.Element, INotifyPropertyChanged
Datei anzeigen Open project: markusjohnsson/JSIL.Hacks

Public Methods

Method Description
InputBase ( ) : System

Protected Methods

Method Description
RaisePropertyChanged ( string propertyName ) : void

Private Methods

Method Description
OnChange ( object sender, EventArgs args ) : void

Method Details

InputBase() public method

public InputBase ( ) : System
return System

RaisePropertyChanged() protected method

protected RaisePropertyChanged ( string propertyName ) : void
propertyName string
return void