StylePropertyTValue, TPropertyContainerOnPropertyValueChanged Method |
Namespace: Telerik.Windows.Documents.Model.StylesAssembly: Telerik.Windows.Documents (in Telerik.Windows.Documents.dll) Version: 2018.1.220.40 (2018.1.220.40)
Syntaxprotected virtual void OnPropertyValueChanged(
TValue oldValue,
TValue newValue
)
Protected Overridable Sub OnPropertyValueChanged (
oldValue As TValue,
newValue As TValue
)
Parameters
- oldValue
- Type: TValue
- newValue
- Type: TValue
See Also