Syntax
'Declaration
Protected Overridable Sub OnContentStringFormatChanged( _
ByVal As System.String, _
ByVal As System.String _
)
'Usage
Dim instance As RangeGroupHeaderButtonPresenter
Dim oldContentStringFormat As System.String
Dim newContentStringFormat As System.String
instance.OnContentStringFormatChanged(oldContentStringFormat, newContentStringFormat)
protected virtual void OnContentStringFormatChanged(
System.string ,
System.string
)
Parameters
- oldContentStringFormat
- newContentStringFormat
See Also