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

C1.ScheduleCore アセンブリ > C1.Schedule 名前空間 > Appointment クラス : Action プロパティ
Gets an Action object for the Appointment object. Once this property is first requested, a new Action object is created and assigned to the Action property.
シンタックス
'宣言
 
Public Property Action As Action
public Action Action {get; set;}
解説
The Action object contains information regarding the type of action to perform as well as the command and parameters to pass to the action. If the action object is enabled, the action will be invoked when the start date and time of the owning Appointment object has occurred.
参照

Appointment クラス
Appointment メンバ