Property | Type | Description | |
---|---|---|---|
RejectChangesExecuted | void | ||
SaveChangesCanExecute | bool | ||
SaveChangesExecuted | void | ||
SetCommands | void |
Method | Description | |
---|---|---|
ClientEditorViewModel ( ) : System | ||
ClientEditorViewModel ( |
||
StartListen ( ) : void | ||
StopListen ( ) : void |
Method | Description | |
---|---|---|
OnPropertyChanged ( string propertyName ) : void | ||
OnRejected ( ) : void | ||
OnSaved ( ) : void |
Method | Description | |
---|---|---|
RejectChangesExecuted ( ) : void | ||
SaveChangesCanExecute ( ) : bool | ||
SaveChangesExecuted ( ) : void | ||
SetCommands ( ) : void |
public ClientEditorViewModel ( |
||
client | ||
return | System |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | |
return | void |