Skip to content

ViewModel

Andrei Fangli edited this page Jun 2, 2021 · 3 revisions
API / ViewModel class

Represents a base view model class providing core features.

Implements INotifyPropertiesChanged.

This is an abstract class.

abstract class ViewModel implements INotifyPropertiesChanged

Properties

  • propertiesChanged: an event that is raised when one or more properties may have changed.

Methods

Clone this wiki locally