OnLowerValueChanged(EventArgs) Method
In This Topic
Raises the
LowerValueChanged event.
Syntax
'Declaration
Protected Overridable Sub OnLowerValueChanged( _
ByVal As EventArgs _
)
protected virtual void OnLowerValueChanged(
EventArgs
)
Parameters
- e
- System.EventArgs that contains the event data.
See Also