Method | Description | |
---|---|---|
Dispose ( ) : void |
Invoked when this object is being removed from the application and will be subject to garbage collection.
|
Method | Description | |
---|---|---|
OnDispose ( ) : void |
Child classes can override this method to perform clean-up logic, such as removing event handlers.
|
|
OnPropertyChanged ( string propertyName ) : void |
Raises this object's PropertyChanged event.
|
|
ViewModelBase ( ) : System |
Method | Description | |
---|---|---|
VerifyPropertyName ( string propertyName ) : void |
protected OnPropertyChanged ( string propertyName ) : void | ||
propertyName | string | The property that has a new value. |
return | void |