Method | Description | |
---|---|---|
EditorLostFocus ( ) : void |
Alerts the view-model that the editor has lost focus.
|
|
HandleInstancePropertyChanged ( object sender, |
||
PropertyViewModel ( PropertyModel model ) : System.Windows | ||
UpdateValueText ( ) : void |
Updates the 'ValueText' properties value reading from the current property value.
|
Method | Description | |
---|---|---|
Dispose ( bool isDisposing ) : void |
Method | Description | |
---|---|---|
CreateEditor ( ) : void | ||
DestroyEditorControl ( ) : void | ||
OnValueClick ( ) : void |
protected Dispose ( bool isDisposing ) : void | ||
isDisposing | bool | |
return | void |
public HandleInstancePropertyChanged ( object sender, |
||
sender | object | |
e | ||
return | void |
public PropertyViewModel ( PropertyModel model ) : System.Windows | ||
model | PropertyModel | |
return | System.Windows |