PowerTools PlusPak for Windows Forms 8.0J
DoubleClickNoteEventArgs コンストラクタ

クリックされたメモに関連付けられた日付を示す null 許容の System.DateTime 値。メモが HolidayStyle に関連付けられている場合は null 参照 (Visual Basicでは Nothing) になります。
クリックされたメモに関連付けられた休日スタイルを示す HolidayStyle 値。メモが System.DateTime に関連付けられている場合は null 参照 (Visual Basicでは Nothing) になります。
クリックされた CalendarNote
DoubleClickNoteEventArgs クラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal date As Nullable(Of Date), _
   ByVal holidayStyle As HolidayStyle, _
   ByVal calendarNote As CalendarNote _
)

パラメータ

date
クリックされたメモに関連付けられた日付を示す null 許容の System.DateTime 値。メモが HolidayStyle に関連付けられている場合は null 参照 (Visual Basicでは Nothing) になります。
holidayStyle
クリックされたメモに関連付けられた休日スタイルを示す HolidayStyle 値。メモが System.DateTime に関連付けられている場合は null 参照 (Visual Basicでは Nothing) になります。
calendarNote
クリックされた CalendarNote
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

DoubleClickNoteEventArgs クラス
DoubleClickNoteEventArgs メンバ

Send Feedback