Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / SelectFromListDialog Method / SelectFromListDialog(IList,IList,Type,Appointment,String) Method
The source list.
The target list.
The type of items in both lists.
The appointment object, for which the dialog is shown.
The dialog title.

In This Topic
    SelectFromListDialog(IList,IList,Type,Appointment,String) Method
    In This Topic
    Shows the Select From List dialog. Honors property values defined in the Settings object.
    Syntax
    'Declaration
     
    
    Public Overloads Sub SelectFromListDialog( _
       ByVal sourceList As IList, _
       ByVal targetList As IList, _
       ByVal itemType As Type, _
       ByVal app As Appointment, _
       ByVal windowTitle As String _
    ) 
    public void SelectFromListDialog( 
       IList sourceList,
       IList targetList,
       Type itemType,
       Appointment app,
       string windowTitle
    )

    Parameters

    sourceList
    The source list.
    targetList
    The target list.
    itemType
    The type of items in both lists.
    app
    The appointment object, for which the dialog is shown.
    windowTitle
    The dialog title.
    See Also