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

In This Topic
    ChangeItemKey Method (AppointmentMappingCollection)
    In This Topic
    Syntax
    'Declaration
     
    Protected Sub ChangeItemKey( _
       ByVal item As MappingInfo, _
       ByVal newKey As System.String _
    ) 
    protected void ChangeItemKey( 
       MappingInfo item,
       System.string newKey
    )

    Parameters

    item
    newKey
    See Also