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


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