C# Class ExoModel.ModelPathChangeEvent

Represents a change the a property along a path in the model.
Inheritance: ModelEvent
显示文件 Open project: vc3/ExoModel Class Usage Examples

Protected Methods

Method Description
OnNotify ( ) : void

Private Methods

Method Description
ModelPathChangeEvent ( ModelInstance instance, ModelPath path ) : System

Method Details

OnNotify() protected method

protected OnNotify ( ) : void
return void