Spread WPF Documentation
OnDisplayMemberPathChanged Method (ColumnDropDownList)


GrapeCity.Windows.SpreadSheet.UI Namespace > ColumnDropDownList Class : OnDisplayMemberPathChanged Method
Syntax
'Declaration
 
Protected Overridable Sub OnDisplayMemberPathChanged( _
   ByVal oldDisplayMemberPath As System.String, _
   ByVal newDisplayMemberPath As System.String _
) 
'Usage
 
Dim instance As ColumnDropDownList
Dim oldDisplayMemberPath As System.String
Dim newDisplayMemberPath As System.String
 
instance.OnDisplayMemberPathChanged(oldDisplayMemberPath, newDisplayMemberPath)
protected virtual void OnDisplayMemberPathChanged( 
   System.string oldDisplayMemberPath,
   System.string newDisplayMemberPath
)

Parameters

oldDisplayMemberPath
newDisplayMemberPath
See Also

Reference

ColumnDropDownList Class
ColumnDropDownList Members