PowerTools PlusPak for Windows Forms 8.0J
ClickNoteEventHandler デリゲート

イベントのソース。
イベントデータを含む ClickNoteEventArgs
GcCalendarClickNote イベントを処理するメソッドを表します。
構文
Public Delegate Sub ClickNoteEventHandler( _
   ByVal sender As Object, _
   ByVal e As ClickNoteEventArgs _
) 
public delegate void ClickNoteEventHandler( 
   object sender,
   ClickNoteEventArgs e
)

パラメータ

sender
イベントのソース。
e
イベントデータを含む ClickNoteEventArgs
プラットフォーム

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

参照

ClickNoteEventHandler メンバ
GrapeCity.Win.Calendar 名前空間

Send Feedback