ComponentOne Maps for UWP
C1.UWP.Maps Assembly / C1.Xaml.Maps Namespace / C1VectorItemBase Class / RegisterPropertyChangedCallback Method

In This Topic
    RegisterPropertyChangedCallback Method (C1VectorItemBase)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function RegisterPropertyChangedCallback( _
       ByVal dp As DependencyProperty, _
       ByVal callback As DependencyPropertyChangedCallback _
    ) As Long
    public long RegisterPropertyChangedCallback( 
       DependencyProperty dp,
       DependencyPropertyChangedCallback callback
    )

    Parameters

    dp
    callback
    See Also