C# 클래스 ExoModel.ModelPropertyGetEvent

Represents the retrieval of a property in the model.
상속: ModelEvent
파일 보기 프로젝트 열기: vc3/ExoModel

Private Properties

프로퍼티 타입 설명
ModelPropertyGetEvent System
Notify void
RaisePropertyGet void

공개 메소드들

메소드 설명
ToString ( ) : string

보호된 메소드들

메소드 설명
OnNotify ( ) : void

비공개 메소드들

메소드 설명
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.

메소드 상세

OnNotify() 보호된 메소드

protected OnNotify ( ) : void
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string