C1.Android.Core Assembly / C1.Android.Core Namespace / C1BitmapIcon Class / ContextMenuCreated Event


In This Topic
ContextMenuCreated Event (C1BitmapIcon)
In This Topic
Syntax
'Declaration
 
Public Event ContextMenuCreated As EventHandler(Of View.CreateContextMenuEventArgs)
 
'Usage
 
Dim instance As C1BitmapIcon
Dim handler As EventHandler(Of View.CreateContextMenuEventArgs)
 
AddHandler instance.ContextMenuCreated, handler
See Also