C# Class Catel.Test.Data.ModelBaseTest.ChangingTest

Inheritance: Catel.Data.ModelBase
Afficher le fichier Open project: Catel/Catel

Méthodes publiques

Свойство Type Description
CancallableProperty PropertyData
NonCancallableProperty PropertyData

Méthodes protégées

Méthode Description
OnPropertyChanging ( Catel.Data.AdvancedPropertyChangingEventArgs e ) : void

Method Details

OnPropertyChanging() protected méthode

protected OnPropertyChanging ( Catel.Data.AdvancedPropertyChangingEventArgs e ) : void
e Catel.Data.AdvancedPropertyChangingEventArgs
Résultat void

Property Details

CancallableProperty public_oe static_oe property

Register the Cancallable property so it is known in the class.
public static PropertyData CancallableProperty
Résultat PropertyData

NonCancallableProperty public_oe static_oe property

Register the NonCancallable property so it is known in the class.
public static PropertyData NonCancallableProperty
Résultat PropertyData