ComponentOne Xamarin.Android
ContextClick Event (C1FontIcon)


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

Reference

C1FontIcon Class
C1FontIcon Members