Click or drag to resize

ChooserModel Class

[Missing <summary> documentation for "T:Demo3D.Utilities.Performance.ChooserModel"]

Inheritance Hierarchy
SystemObject
  Demo3D.Utilities.PerformanceChooserModel

Namespace: Demo3D.Utilities.Performance
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntax
C#
public class ChooserModel : INotifyPropertyChanged, 
	IDisposable

The ChooserModel type exposes the following members.

Properties
 NameDescription
Public propertyCounters 
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the ChooserModel
Protected methodNotifyPropertyChanged(PropertyChangedEventArgs) Raises the PropertyChanged event.
Protected methodNotifyPropertyChanged(String) Raises the PropertyChanged event.
Top
Events
 NameDescription
Public eventPropertyChanged 
Top
See Also