C# Class Platform.AbstractModel

Base class for all IModel implementations
Inheritance: System.MarshalByRefObject, IModel
Datei anzeigen Open project: platformdotnet/Platform

Protected Methods

Method Description
OnMajorChange ( ) : void

Raises the MajorChange event

Method Details

OnMajorChange() protected method

Raises the MajorChange event
protected OnMajorChange ( ) : void
return void