Xamarin.Forms | ComponentOne
C1.Xamarin.Forms.Core Assembly / C1.Xamarin.Forms.Core Namespace / C1CheckBox Class / OnChecked Method
The System.EventArgs instance containing the event data.


In This Topic
    OnChecked Method
    In This Topic
    Raises the Checked event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnChecked( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As C1CheckBox
    Dim e As EventArgs
     
    instance.OnChecked(e)
    protected virtual void OnChecked( 
       EventArgs e
    )

    Parameters

    e
    The System.EventArgs instance containing the event data.
    See Also