C1.Android.Viewer Assembly / C1.Android.Viewer Namespace / FlexViewer Class / ContextClick Event


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