Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / RecChoiceControl Class / RecChoiceControl Constructor
The Appointment object for editing.
The System.Boolean value specifying whether the control should show a message about removing or editing an appointment.

In This Topic
    RecChoiceControl Constructor
    In This Topic
    Initializes a new instance of the RecChoiceControl control.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal appointment As Appointment, _
       ByVal remove As Boolean _
    )
    public RecChoiceControl( 
       Appointment appointment,
       bool remove
    )

    Parameters

    appointment
    The Appointment object for editing.
    remove
    The System.Boolean value specifying whether the control should show a message about removing or editing an appointment.
    See Also