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

Inheritance: Catel.Data.ModelBase
Datei anzeigen Open project: Catel/Catel

Public Properties

Property Type Description
CancallableProperty PropertyData
NonCancallableProperty PropertyData

Protected Methods

Method Description
OnPropertyChanging ( Catel.Data.AdvancedPropertyChangingEventArgs e ) : void

Method Details

OnPropertyChanging() protected method

protected OnPropertyChanging ( Catel.Data.AdvancedPropertyChangingEventArgs e ) : void
e Catel.Data.AdvancedPropertyChangingEventArgs
return void

Property Details

CancallableProperty public_oe static_oe property

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

NonCancallableProperty public_oe static_oe property

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