ComponentOne Input Library for WPF
C1.WPF.Input Namespace / C1ComboBox Class / OnDisplayMemberPathChanged Method

In This Topic
    OnDisplayMemberPathChanged Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnDisplayMemberPathChanged( _
       ByVal oldDisplayMemberPath As String, _
       ByVal newDisplayMemberPath As String _
    ) 
    protected override void OnDisplayMemberPathChanged( 
       string oldDisplayMemberPath,
       string newDisplayMemberPath
    )

    Parameters

    oldDisplayMemberPath
    newDisplayMemberPath
    See Also