ComponentOne Xamarin.Android
ContextClick Event (C1BitmapIcon)


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

Reference

C1BitmapIcon Class
C1BitmapIcon Members