The TreeViewItemViewModel 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
| |
| LoadChildren |
Invoked when the child items need to be loaded on demand.
Subclasses can override this to populate the Children collection.
| |
Creates a shallow copy of the current (Inherited from | ||
| OnPropertyChanged |
Base property changed implementation using standard pattern.
| |
| OnSelectedItemChanged |
Base selected item method, used to bubble up to all objects related to the selected item
| |
| RemoveDummyChild |
Internal method to allow parents to force loading when lazy loading is enabled under certain conditions.
| |
Returns a string that represents the current object. (Inherited from |
See Also