OnCausesValidationChanged Method (FpCombo)
In This Topic
Raises the CausesValidationChanged event.
Syntax
'Declaration
Protected Overridable Sub OnCausesValidationChanged( _
ByVal As EventArgs _
)
'Usage
Dim instance As FpCombo
Dim e As EventArgs
instance.OnCausesValidationChanged(e)
protected virtual void OnCausesValidationChanged(
EventArgs
)
Parameters
- e
- Event arguments
See Also