C# Class ZoomAndPanSample.DataModel

A simple example of a data-model. The purpose of this data-model is to share display data between the main window and overview window.
Inheritance: INotifyPropertyChanged
显示文件 Open project: Zoomicon/ZUI

Public Methods

Method Description
DataModel ( ) : System

Private Methods

Method Description
OnPropertyChanged ( string name ) : void

Raises the 'PropertyChanged' event when the value of a property of the data model has changed.

Method Details

DataModel() public method

public DataModel ( ) : System
return System