'Declaration Public Function New( _ ByVal start As Date, _ ByVal end As Date _ )
'Declaration
Public Function New( _ ByVal start As Date, _ ByVal end As Date _ )
'使用法 Dim start As Date Dim end As Date Dim instance As New ScrolledEventArgs(start, end)
'使用法
Dim start As Date Dim end As Date Dim instance As New ScrolledEventArgs(start, end)
public ScrolledEventArgs( DateTime start, DateTime end )
ScrolledEventArgs クラス ScrolledEventArgs メンバ
© 2004-2018, GrapeCity Inc. All rights reserved.