ClickDateEventArgs コンストラクター (RoutedEvent, DateTime)
|
名前空間:
GrapeCity.Windows.InputMan
アセンブリ:
GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文 public ClickDateEventArgs(
RoutedEvent routedEvent,
DateTime date
)
Public Sub New (
routedEvent As RoutedEvent,
date As DateTime
)
パラメーター
- routedEvent
- 型: System.WindowsRoutedEvent
ルーティングイベント。
- date
- 型: SystemDateTime
クリックされた日付。
関連項目