ComponentOne Xamarin.Android
ContextMenuCreated Event (C1PolygonIcon)


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

Reference

C1PolygonIcon Class
C1PolygonIcon Members