The BaseWindowViewModel type exposes the following members.
Back to Top
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| BaseWindowViewModel | Initializes a new instance of the BaseWindowViewModel class |
Methods
| Name | Description | |
|---|---|---|
| (Inherited from | ||
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from | ||
Serves as a hash function for a particular type. (Inherited from | ||
Gets the (Inherited from | ||
Creates a shallow copy of the current (Inherited from | ||
| OnPropertyChanged |
Handler for OnPropertyChanged events
| |
Returns a string that represents the current object. (Inherited from |
Properties
| Name | Description | |
|---|---|---|
| IsDirty |
Gets or sets a value indicating whether this data object or any of its children have been altered since the last load or save operation
| |
| Parent |
Gets the parent IViewModel instance
|
Events
| Name | Description | |
|---|---|---|
| PropertyChanged |
PropertyChanged field requirement inherited by IViewModel's INotifiyPropertyChanged requirement. Allows for event signaling of property changes on the model.
|
See Also