CalendarDateEventArgs コンストラクター (DateTime, DateTime)
|
名前空間:
GrapeCity.Windows.InputMan
アセンブリ:
GrapeCity.WPF.InputMan (in GrapeCity.WPF.InputMan.dll) バージョン: 2.0.4003.2012 (2.0.4004.2012)
構文 public CalendarDateEventArgs(
DateTime oldDate,
DateTime newDate
)
Public Sub New (
oldDate As DateTime,
newDate As DateTime
)
パラメーター
- oldDate
- 型: SystemDateTime
変更前のフォーカス設定された日付。
- newDate
- 型: SystemDateTime
変更後のフォーカス設定された日付。
関連項目