Xamarin.iOS Documentation | ComponentOne
C1.iOS.Calendar Assembly / C1.iOS.Calendar Namespace / CalendarSlotPresenter Class / CalendarSlotPresenter Constructor / CalendarSlotPresenter Constructor(IntPtr)


In This Topic
    CalendarSlotPresenter Constructor(IntPtr)
    In This Topic
    Initializes a new instance of the CalendarSlotPresenter class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal handle As IntPtr _
    )
    'Usage
     
    
    Dim handle As IntPtr
     
    Dim instance As New CalendarSlotPresenter(handle)
    public CalendarSlotPresenter( 
       IntPtr handle
    )

    Parameters

    handle
    See Also