DependencyObject.UnregisterPropertyChangedCallback Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Cancels a change notification that was previously registered by calling RegisterPropertyChangedCallback.
public:
virtual void UnregisterPropertyChangedCallback(DependencyProperty ^ dp, long long token) = UnregisterPropertyChangedCallback;
void UnregisterPropertyChangedCallback(DependencyProperty const& dp, long const& token);
public void UnregisterPropertyChangedCallback(DependencyProperty dp, long token);
function unregisterPropertyChangedCallback(dp, token)
Public Sub UnregisterPropertyChangedCallback (dp As DependencyProperty, token As Long)
Parameters
The dependency property identifier of the property to unregister for property-changed notification.
- token
-
Int64
long long
long
A token that represents the callback (returned by RegisterPropertyChangedCallback).