C# Class ExoModel.ModelPropertyGetEvent

Represents the retrieval of a property in the model.
Inheritance: ModelEvent
Afficher le fichier Open project: vc3/ExoModel

Private Properties

Свойство Type Description
ModelPropertyGetEvent System
Notify void
RaisePropertyGet void

Méthodes publiques

Méthode Description
ToString ( ) : string

Méthodes protégées

Méthode Description
OnNotify ( ) : void

Private Methods

Méthode 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 méthode

protected OnNotify ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string