Scheduler for WinForms
SetOwner メソッド

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > Appointment クラス : SetOwner メソッド
The new owner object.
The old owner object.
The string defining owning control grouping.
Sets a new group owner for the current appointment
シンタックス
'宣言
 
Public Sub SetOwner( _
   ByVal newOwner As BaseObject, _
   ByVal oldOwner As BaseObject, _
   ByVal groupBy As System.String _
) 
public void SetOwner( 
   BaseObject newOwner,
   BaseObject oldOwner,
   System.string groupBy
)

パラメータ

newOwner
The new owner object.
oldOwner
The old owner object.
groupBy
The string defining owning control grouping.
例外
例外解説
the type of owner object doesn't fit into specified grouping option.
参照

Appointment クラス
Appointment メンバ