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