Class
SilverlightMemoryLeaks

Holds extension methods for PropertyChangedCallback delegate.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public static class SilverlightMemoryLeaks

Inheritance: objectSilverlightMemoryLeaks

Methods

PatchInlineStyle(DependencyObject, DependencyPropertyChangedEventArgs)

Represents the callback that is invoked when the effective property value of a dependency property changes.

Declaration

cs-api-definition
[SuppressMessage("Usage", "CA1801:Review unused parameters", Justification = "<Pending>")]
public static void PatchInlineStyle(DependencyObject sender, DependencyPropertyChangedEventArgs args)

Parameters

sender

DependencyObject

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

args

DependencyPropertyChangedEventArgs

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