バージョン

AppointmentSelectedUIElement コンストラクタ

AppointmentSelectedUIElement クラスの新しいインスタンスを作成します。
シンタックス
'宣言
 
Public Function New( _
   ByVal parent As Infragistics.Win.UIElement, _
   ByVal appointment As Appointment _
)
public AppointmentSelectedUIElement( 
   Infragistics.Win.UIElement parent,
   Appointment appointment
)

パラメータ

parent
親要素。
appointment
この要素が関連付けられている Infragistics.Win.UltraWinSchedule.Appointment
参照