バージョン

BeforeAppointmentsDeletedEventArgs コンストラクタ

コンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal appointments() As Appointment, _
   ByVal displayPromptMsg As Boolean _
)
public BeforeAppointmentsDeletedEventArgs( 
   Appointment[] appointments,
   bool displayPromptMsg
)

パラメータ

appointments
削除される予定
displayPromptMsg
プロンプトダイアログを表示するかどうかを示すフラグ
参照