Xamarin.Android | ComponentOne
C1.Android.Calendar Assembly / C1.Android.Calendar Namespace / CalendarSelectionChangingEventArgs Class
Members


In This Topic
    CalendarSelectionChangingEventArgs Class
    In This Topic
    Event data for C1Calendar.SelectionChanging event.
    Syntax
    'Declaration
     
    
    Public Class CalendarSelectionChangingEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As CalendarSelectionChangingEventArgs
    public class CalendarSelectionChangingEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.Android.Calendar.CalendarSelectionChangingEventArgs

    See Also