Holds extension methods for PropertyChangedCallback delegate.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public static class SilverlightMemoryLeaks
Inheritance: objectSilverlightMemoryLeaks
Methods
Represents the callback that is invoked when the effective property value of a dependency property changes.
C#
public static void PatchInlineStyle(DependencyObject sender, DependencyPropertyChangedEventArgs args)
The System.Windows.DependencyObject on which the property has changed value.
argsDependencyPropertyChangedEventArgsEvent data that is issued by any event that tracks changes to the effective value of this property.