Click or drag to resize

AC908ViewModel Class

Base class for view models.
Inheritance Hierarchy

Namespace:  AC908_SDK
Assembly:  AC908_SDK (in AC908_SDK.dll) Version: 1.0.2
Syntax
C#
public class AC908ViewModel : INotifyPropertyChanged

The AC908ViewModel type exposes the following members.

Constructors
  NameDescription
Public methodAC908ViewModel
Initializes a new instance of the AC908ViewModel class
Top
Methods
  NameDescription
Protected methodOnPropertyChanged
Called when property changed.
Top
Events
  NameDescription
Public eventPropertyChanged
Occurs when a property value changes.
Top
See Also