New to Telerik UI for WPFStart a free 30-day trial

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)
Parameters:senderDependencyObject

The System.Windows.DependencyObject on which the property has changed value.

argsDependencyPropertyChangedEventArgs

Event data that is issued by any event that tracks changes to the effective value of this property.