Property | Type | Description | |
---|---|---|---|
FormatText | void | ||
OnValueChanged | void | ||
Parse | decimal? | ||
ShowFlyout | void | ||
UpdateCalculatorEnabled | void | ||
_calculatorButton_Click | void |
Method | Description | |
---|---|---|
SimpleNumericTextBox ( ) : System |
Method | Description | |
---|---|---|
OnEnabledChanged ( |
||
OnKeyDown ( |
||
OnValidating ( CancelEventArgs e ) : void |
Method | Description | |
---|---|---|
FormatText ( ) : void | ||
OnValueChanged ( |
||
Parse ( string text ) : decimal? | ||
ShowFlyout ( ) : void | ||
UpdateCalculatorEnabled ( ) : void | ||
_calculatorButton_Click ( object sender, |
protected OnEnabledChanged ( |
||
e | ||
return | void |
protected OnKeyDown ( |
||
e | ||
return | void |
protected OnValidating ( CancelEventArgs e ) : void | ||
e | CancelEventArgs | |
return | void |