OnPressedChanged Method (RibbonSplitButton)
In This Topic
Raises the
PressedChanged event.
Syntax
'Declaration
Protected Overridable Sub OnPressedChanged( _
ByVal As EventArgs _
)
protected virtual void OnPressedChanged(
EventArgs
)
Parameters
- e
See Also