ComponentOne Xamarin.Android
CapturedPointer Event (C1PolygonIcon)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1PolygonIcon Class : CapturedPointer Event
Syntax
'Declaration
 
Public Event CapturedPointer As EventHandler(Of View.CapturedPointerEventArgs)
'Usage
 
Dim instance As C1PolygonIcon
Dim handler As EventHandler(Of View.CapturedPointerEventArgs)
 
AddHandler instance.CapturedPointer, handler
public event EventHandler<View.CapturedPointerEventArgs> CapturedPointer
See Also

Reference

C1PolygonIcon Class
C1PolygonIcon Members