C# Class ExoModel.ModelPropertyGetEvent

Represents the retrieval of a property in the model.
Inheritance: ModelEvent
Mostrar archivo Open project: vc3/ExoModel

Private Properties

Property Type Description
ModelPropertyGetEvent System
Notify void
RaisePropertyGet void

Public Methods

Method Description
ToString ( ) : string

Protected Methods

Method Description
OnNotify ( ) : void

Private Methods

Method Description
ModelPropertyGetEvent ( ModelInstance instance, ModelProperty property ) : System
Notify ( ) : void
RaisePropertyGet ( ) : void

Raises the ModelPropertyGetEvent on all types in the type hierarchy of the current instance that have the property that is being accessed.

Method Details

OnNotify() protected method

protected OnNotify ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string