'Declaration
Protected Overridable Sub OnValueFormatChanged( _ ByVal oldValue As MaskedTextBoxValueFormat, _ ByVal newValue As MaskedTextBoxValueFormat _ )
'Usage
Dim instance As MaskedTextBox Dim oldValue As MaskedTextBoxValueFormat Dim newValue As MaskedTextBoxValueFormat instance.OnValueFormatChanged(oldValue, newValue)
protected virtual void OnValueFormatChanged( MaskedTextBoxValueFormat oldValue, MaskedTextBoxValueFormat newValue )
Parameters
- oldValue
- newValue