Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / AppointmentCollection Class / ChangeItemKey Method

In This Topic
    ChangeItemKey Method (AppointmentCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub ChangeItemKey( _
       ByVal item As Appointment, _
       ByVal newKey As System.Guid _
    ) 
    protected void ChangeItemKey( 
       Appointment item,
       System.Guid newKey
    )

    Parameters

    item
    newKey
    See Also