ComponentOne Scheduler for WPF and Silverlight
SelectFromListDialog(IList,IList,Type,Appointment,String) Method

C1.WPF.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.
Shows the Select From List dialog. Honors property values defined in the Settings object.
Syntax
'Declaration
 
Public Overloads Sub SelectFromListDialog( _
   ByVal sourceList As System.Collections.IList, _
   ByVal targetList As System.Collections.IList, _
   ByVal itemType As System.Type, _
   ByVal app As Appointment, _
   ByVal windowTitle As System.String _
) 
public void SelectFromListDialog( 
   System.Collections.IList sourceList,
   System.Collections.IList targetList,
   System.Type itemType,
   Appointment app,
   System.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

Reference

C1Scheduler Class
C1Scheduler Members
Overload List