C1.iOS.Core Assembly / C1.iOS.Core Namespace / C1CheckBox Class / Disposed Event


In This Topic
Disposed Event (C1CheckBox)
In This Topic
Syntax
'Declaration
 
Public Event Disposed As EventHandler
 
'Usage
 
Dim instance As C1CheckBox
Dim handler As EventHandler
 
AddHandler instance.Disposed, handler
See Also