The StorableObjectsViewModel T type exposes the following members.
Back to Top
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 | ||
| InitData |
Initializes data when lazy loading is enabled
(Inherited from TreeViewItemViewModel.) | |
| LoadChildren |
Loads children objects for lazy loading
(Overrides TreeViewItemViewModel LoadChildren .) | |
Creates a shallow copy of the current (Inherited from | ||
| OnPropertyChanged |
Base property changed implementation using standard pattern.
(Inherited from TreeViewItemViewModel.) | |
| OnSelectedItemChanged |
Handler for selected item change events
(Overrides TreeViewItemViewModel OnSelectedItemChanged(TreeViewItemViewModel).) | |
| Refresh |
Refreshes the StorableObjects instance to expose new data
| |
| RemoveDummyChild |
Internal method to allow parents to force loading when lazy loading is enabled under certain conditions.
(Inherited from TreeViewItemViewModel.) | |
Returns a string that represents the current object. (Inherited from |
See Also