ComponentOne Basic Library for UWP
C1.UWP Assembly / C1.Xaml Namespace / C1ListBox Class / UnregisterPropertyChangedCallback Method

In This Topic
    UnregisterPropertyChangedCallback Method (C1ListBox)
    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