ScrollEventArgs コンストラクタとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > ScrollEventArgs コンストラクタの意味・解説 

ScrollEventArgs コンストラクタ (ScrollEventType, Int32)

Type プロパティと NewValue プロパティ指定された値を使用して、ScrollEventArgs クラス新しインスタンス初期化します。

名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文構文

Public Sub New ( _
    type As ScrollEventType, _
    newValue As Integer _
)
Dim type As ScrollEventType
Dim newValue As Integer

Dim instance As New ScrollEventArgs(type,
 newValue)
public ScrollEventArgs (
    ScrollEventType type,
    int newValue
)
public:
ScrollEventArgs (
    ScrollEventType type, 
    int newValue
)
public ScrollEventArgs (
    ScrollEventType type, 
    int newValue
)
public function ScrollEventArgs (
    type : ScrollEventType, 
    newValue : int
)

パラメータ

type

ScrollEventType 値の 1 つ

newValue

スクロール バー新しい値。

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ScrollEventArgs クラス
ScrollEventArgs メンバ
System.Windows.Forms 名前空間
ScrollEventType

ScrollEventArgs コンストラクタ (ScrollEventType, Int32, Int32)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

Type、OldValue、および NewValue の各プロパティ指定された値を使用して、ScrollEventArgs クラス新しインスタンス初期化します。

名前空間: System.Windows.Forms
アセンブリ: System.Windows.Forms (system.windows.forms.dll 内)
構文構文

Public Sub New ( _
    type As ScrollEventType, _
    oldValue As Integer, _
    newValue As Integer _
)
Dim type As ScrollEventType
Dim oldValue As Integer
Dim newValue As Integer

Dim instance As New ScrollEventArgs(type,
 oldValue, newValue)
public ScrollEventArgs (
    ScrollEventType type,
    int oldValue,
    int newValue
)
public:
ScrollEventArgs (
    ScrollEventType type, 
    int oldValue, 
    int newValue
)
public ScrollEventArgs (
    ScrollEventType type, 
    int oldValue, 
    int newValue
)
public function ScrollEventArgs (
    type : ScrollEventType, 
    oldValue : int, 
    newValue : int
)

パラメータ

type

ScrollEventType 値の 1 つ

oldValue

スクロール バーの古い値。

newValue

スクロール バー新しい値。

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ScrollEventArgs クラス
ScrollEventArgs メンバ
System.Windows.Forms 名前空間
ScrollEventType

ScrollEventArgs コンストラクタ

ScrollEventArgs クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

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

関連項目

ScrollEventArgs クラス
ScrollEventArgs メンバ
System.Windows.Forms 名前空間
ScrollEventType

ScrollEventArgs コンストラクタ (ScrollEventType, Int32, Int32, ScrollOrientation)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

Type、OldValue、NewValue、および ScrollOrientation の各プロパティ指定された値を使用して、ScrollEventArgs クラス新しインスタンス初期化します。

名前空間: System.Windows.Forms
アセンブリ: 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
)

パラメータ

type

ScrollEventType 値の 1 つ

oldValue

スクロール バーの古い値。

newValue

スクロール バー新しい値。

scroll

ScrollOrientation 値の 1 つ

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ScrollEventArgs クラス
ScrollEventArgs メンバ
System.Windows.Forms 名前空間
ScrollEventType

ScrollEventArgs コンストラクタ (ScrollEventType, Int32, ScrollOrientation)

メモ : このコンストラクタは、.NET Framework version 2.0新しく追加されたものです。

Type、NewValue、および ScrollOrientation の各プロパティ指定された値を使用して、ScrollEventArgs クラス新しインスタンス初期化します。

名前空間: System.Windows.Forms
アセンブリ: 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 ScrollEventArgs (
    ScrollEventType type,
    int newValue,
    ScrollOrientation scroll
)
public:
ScrollEventArgs (
    ScrollEventType type, 
    int newValue, 
    ScrollOrientation scroll
)
public ScrollEventArgs (
    ScrollEventType type, 
    int newValue, 
    ScrollOrientation scroll
)
public function ScrollEventArgs (
    type : ScrollEventType, 
    newValue : int, 
    scroll : ScrollOrientation
)

パラメータ

type

ScrollEventType 値の 1 つ

newValue

スクロール バー新しい値。

scroll

ScrollOrientation 値の 1 つ

プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
ScrollEventArgs クラス
ScrollEventArgs メンバ
System.Windows.Forms 名前空間
ScrollEventType
ScrollOrientation



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「ScrollEventArgs コンストラクタ」の関連用語

ScrollEventArgs コンストラクタのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



ScrollEventArgs コンストラクタのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS