C1.Win.InputPanel.8 Assembly / C1.Win.InputPanel Namespace / InputMaskedTextBox Class / OnBoundValueChanged Method
System.EventArgs that contains the event data.

In This Topic
OnBoundValueChanged Method (InputMaskedTextBox)
In This Topic
Raises the BoundValueChanged event.
Syntax
'Declaration
 
Protected Overridable Sub OnBoundValueChanged( _
   ByVal e As EventArgs _
) 
 

Parameters

e
System.EventArgs that contains the event data.
See Also