Spread WPF Documentation
OnItemStringFormatChanged Method (ColumnDropDownList)


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

Parameters

oldItemStringFormat
newItemStringFormat
See Also

Reference

ColumnDropDownList Class
ColumnDropDownList Members