Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / FpCheckBox Class / OnCheckStateChanged Method
Event arguments


In This Topic
OnCheckStateChanged Method
In This Topic
Raises the CheckStateChanged event.
Syntax
'Declaration
 
Protected Overridable Sub OnCheckStateChanged( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As FpCheckBox
Dim e As EventArgs
 
instance.OnCheckStateChanged(e)

Parameters

e
Event arguments
See Also