Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Input Assembly / C1.Xamarin.Forms.Input Namespace / C1ComboBox Class / OnSelectedValuePropertyChanged Method
The old value.
The new value.


In This Topic
    OnSelectedValuePropertyChanged Method
    In This Topic
    Handle selectedValue property changed event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnSelectedValuePropertyChanged( _
       ByVal oldValue As Object, _
       ByVal newValue As Object _
    ) 
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim oldValue As Object
    Dim newValue As Object
     
    instance.OnSelectedValuePropertyChanged(oldValue, newValue)
    protected virtual void OnSelectedValuePropertyChanged( 
       object oldValue,
       object newValue
    )

    Parameters

    oldValue
    The old value.
    newValue
    The new value.
    See Also