ComponentOne Xamarin.Android
CapturedPointer Event (C1BitmapIcon)


C1.Android.Core Assembly > C1.Android.Core Namespace > C1BitmapIcon Class : CapturedPointer Event
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
public event EventHandler<View.CapturedPointerEventArgs> CapturedPointer
See Also

Reference

C1BitmapIcon Class
C1BitmapIcon Members