OnValueChanged Method (GcMask)
In This Topic
Raises the
ValueChanged event.
Syntax
'Declaration
Protected Overridable Sub OnValueChanged( _
ByVal As EventArgs _
)
'Usage
Dim instance As GcMask
Dim e As EventArgs
instance.OnValueChanged(e)
protected virtual void OnValueChanged(
EventArgs
)
Parameters
- e
- The System.EventArgs instance containing the event data.
See Also