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


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