Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1Icon Class / ContextClick Event


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