PropertyChangedCallback Delegate Home
This page is specific to:Microsoft Version:3.03.5Silverlight 34.0
.NET Framework Class Library for Silverlight
PropertyChangedCallback Delegate

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

Namespace:  System.Windows
Assembly:  System.Windows (in System.Windows.dll)
Syntax

'Usage

Dim instance As New PropertyChangedCallback(AddressOf HandlerMethod)

'Declaration

Public Delegate Sub PropertyChangedCallback ( _
    d As DependencyObject, _
    e As DependencyPropertyChangedEventArgs _
)

Parameters

d
Type: System.Windows..::.DependencyObject
The DependencyObject on which the property has changed value.
e
Type: System.Windows..::.DependencyPropertyChangedEventArgs
Event data that is issued by any event that tracks changes to the effective value of this property.
Remarks

You implement callbacks based on this delegate to provide the property change behavior for a custom dependency property. You might use this callback to provide value constraints, or to initiate value changes in other properties that depend on the value of the property that is being changed.

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

See Also

Reference

© 2009 Microsoft Corporation. All rights reserved.   Terms of Use | Trademarks | Privacy Statement
Page view tracker
Rate the Lightweight library
x
Lightweight builds on ScriptFree (loband) by adding features you've requested: a SearchBox and default code language selection.
Do you like the SearchBox?
Do you like the tabbed code blocks?
How useful is this topic?
Tell us more.
Thanks
x
You're helping to improve MSDN Online.
Feedback
Switch View
Classic
Lightweight Beta
ScriptFree
Switch View