ScrollEventArgs コンストラクタ (ScrollEventType, Int32)
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Dim type As ScrollEventType Dim newValue As Integer Dim instance As New ScrollEventArgs(type, newValue)

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


ScrollEventArgs コンストラクタ (ScrollEventType, Int32, Int32)
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Dim type As ScrollEventType Dim oldValue As Integer Dim newValue As Integer Dim instance As New ScrollEventArgs(type, oldValue, newValue)
- oldValue
スクロール バーの古い値。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


ScrollEventArgs コンストラクタ

名前 | 説明 |
---|---|
ScrollEventArgs (ScrollEventType, Int32) | Type プロパティと NewValue プロパティに指定された値を使用して、ScrollEventArgs クラスの新しいインスタンスを初期化します。 |
ScrollEventArgs (ScrollEventType, Int32, Int32) | Type、OldValue、および NewValue の各プロパティに指定された値を使用して、ScrollEventArgs クラスの新しいインスタンスを初期化します。 |
ScrollEventArgs (ScrollEventType, Int32, ScrollOrientation) | Type、NewValue、および ScrollOrientation の各プロパティに指定された値を使用して、ScrollEventArgs クラスの新しいインスタンスを初期化します。 |
ScrollEventArgs (ScrollEventType, Int32, Int32, ScrollOrientation) | Type、OldValue、NewValue、および ScrollOrientation の各プロパティに指定された値を使用して、ScrollEventArgs クラスの新しいインスタンスを初期化します。 |

ScrollEventArgs コンストラクタ (ScrollEventType, Int32, Int32, ScrollOrientation)
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Public Sub New ( _ type As ScrollEventType, _ oldValue As Integer, _ newValue As Integer, _ scroll As ScrollOrientation _ )
Dim type As ScrollEventType Dim oldValue As Integer Dim newValue As Integer Dim scroll As ScrollOrientation Dim instance As New ScrollEventArgs(type, oldValue, newValue, scroll)
public ScrollEventArgs ( ScrollEventType type, int oldValue, int newValue, ScrollOrientation scroll )
public: ScrollEventArgs ( ScrollEventType type, int oldValue, int newValue, ScrollOrientation scroll )
public ScrollEventArgs ( ScrollEventType type, int oldValue, int newValue, ScrollOrientation scroll )
public function ScrollEventArgs ( type : ScrollEventType, oldValue : int, newValue : int, scroll : ScrollOrientation )
- oldValue
スクロール バーの古い値。

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


ScrollEventArgs コンストラクタ (ScrollEventType, Int32, ScrollOrientation)
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)

Public Sub New ( _ type As ScrollEventType, _ newValue As Integer, _ scroll As ScrollOrientation _ )
Dim type As ScrollEventType Dim newValue As Integer Dim scroll As ScrollOrientation Dim instance As New ScrollEventArgs(type, newValue, scroll)
public function ScrollEventArgs ( type : ScrollEventType, newValue : int, scroll : ScrollOrientation )

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- ScrollEventArgs コンストラクタのページへのリンク