Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarSlotPresenter Class / ContextClick Event


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