Scheduler for WinForms
Action プロパティ (Appointment)

C1.Win.C1Schedule.4.5.2 アセンブリ > C1.C1Schedule 名前空間 > Appointment クラス : Action プロパティ
Appointmentオブジェクトの Actionオブジェクトを取得します。このプロパティがはじめて要求されると、新しい Actionオブジェクトが作成され、 Actionプロパティに割り当てられます。
シンタックス
'宣言
 
Public Property Action As Action
public Action Action {get; set;}
解説
Actionオブジェクトには、実行するアクションのタイプ、およびアクションに渡すコマンドとパラメータに関する情報が含まれます。Action オブジェクトが有効である場合、所有する Appointmentオブジェクトの 開始日時が発生したときにアクションが呼び出されます。
参照

Appointment クラス
Appointment メンバ