ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1MapNavigator Class / UnregisterPropertyChangedCallback Method

In This Topic
    UnregisterPropertyChangedCallback Method (C1MapNavigator)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub UnregisterPropertyChangedCallback( _
       ByVal dp As DependencyProperty, _
       ByVal token As Long _
    ) 
    public void UnregisterPropertyChangedCallback( 
       DependencyProperty dp,
       long token
    )

    Parameters

    dp
    token
    See Also