C1.Android.Core Assembly / C1.Android.Core Namespace / C1Border Class / ContextClick Event


In This Topic
ContextClick Event (C1Border)
In This Topic
Syntax
'Declaration
 
Public Event ContextClick As EventHandler(Of View.ContextClickEventArgs)
 
'Usage
 
Dim instance As C1Border
Dim handler As EventHandler(Of View.ContextClickEventArgs)
 
AddHandler instance.ContextClick, handler
See Also