C1.Android.Core Assembly / C1.Android.Core Namespace / C1BitmapIcon Class / CapturedPointer Event


In This Topic
CapturedPointer Event (C1BitmapIcon)
In This Topic
Syntax
'Declaration
 
Public Event CapturedPointer As EventHandler(Of View.CapturedPointerEventArgs)
 
'Usage
 
Dim instance As C1BitmapIcon
Dim handler As EventHandler(Of View.CapturedPointerEventArgs)
 
AddHandler instance.CapturedPointer, handler
See Also