Xamarin.iOS Documentation | ComponentOne
C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1CheckBox Class / Checked Event


In This Topic
    Checked Event (C1CheckBox)
    In This Topic
    Occurs after the value of checkBox changes
    Syntax
    'Declaration
     
    
    Public Event Checked As EventHandler
    'Usage
     
    
    Dim instance As C1CheckBox
    Dim handler As EventHandler
     
    AddHandler instance.Checked, handler
    public event EventHandler Checked
    See Also