ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1RulerGauge Class / UnregisterPropertyChangedCallback Method

In This Topic
    UnregisterPropertyChangedCallback Method (C1RulerGauge)
    In This Topic
    Syntax
    'Declaration
     
    Public Sub UnregisterPropertyChangedCallback( _
       ByVal dp As Windows.UI.Xaml.DependencyProperty, _
       ByVal token As System.Long _
    ) 
    public void UnregisterPropertyChangedCallback( 
       Windows.UI.Xaml.DependencyProperty dp,
       System.long token
    )

    Parameters

    dp
    token
    See Also