C# 클래스 Catel.Test.Data.ModelBaseTest.ChangingTest

상속: Catel.Data.ModelBase
파일 보기 프로젝트 열기: Catel/Catel

공개 프로퍼티들

프로퍼티 타입 설명
CancallableProperty PropertyData
NonCancallableProperty PropertyData

보호된 메소드들

메소드 설명
OnPropertyChanging ( Catel.Data.AdvancedPropertyChangingEventArgs e ) : void

메소드 상세

OnPropertyChanging() 보호된 메소드

protected OnPropertyChanging ( Catel.Data.AdvancedPropertyChangingEventArgs e ) : void
e Catel.Data.AdvancedPropertyChangingEventArgs
리턴 void

프로퍼티 상세

CancallableProperty 공개적으로 정적으로 프로퍼티

Register the Cancallable property so it is known in the class.
public static PropertyData CancallableProperty
리턴 PropertyData

NonCancallableProperty 공개적으로 정적으로 프로퍼티

Register the NonCancallable property so it is known in the class.
public static PropertyData NonCancallableProperty
리턴 PropertyData