ScrollEventArgs Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
ScrollEventArgs sınıfının yeni bir örneğini başlatır.
Aşırı Yüklemeler
ScrollEventArgs(ScrollEventType, Int32) |
ve NewValue özellikleri için verilen değerleri kullanarak sınıfının yeni bir örneğini ScrollEventArgs Type başlatır. |
ScrollEventArgs(ScrollEventType, Int32, Int32) |
, OldValueve NewValue özellikleri için Typeverilen değerleri kullanarak sınıfının yeni bir örneğini ScrollEventArgs başlatır. |
ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation) |
, NewValueve ScrollOrientation özellikleri için Typeverilen değerleri kullanarak sınıfının yeni bir örneğini ScrollEventArgs başlatır. |
ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation) |
, , OldValueNewValueve ScrollOrientation özellikleri için Typeverilen değerleri kullanarak sınıfının yeni bir örneğini ScrollEventArgs başlatır. |
ScrollEventArgs(ScrollEventType, Int32)
ve NewValue özellikleri için verilen değerleri kullanarak sınıfının yeni bir örneğini ScrollEventArgs Type başlatır.
public:
ScrollEventArgs(System::Windows::Forms::ScrollEventType type, int newValue);
public ScrollEventArgs (System.Windows.Forms.ScrollEventType type, int newValue);
new System.Windows.Forms.ScrollEventArgs : System.Windows.Forms.ScrollEventType * int -> System.Windows.Forms.ScrollEventArgs
Public Sub New (type As ScrollEventType, newValue As Integer)
Parametreler
- type
- ScrollEventType
Değerlerden ScrollEventType biri.
- newValue
- Int32
Kaydırma çubuğunun yeni değeri.
Ayrıca bkz.
Şunlara uygulanır
ScrollEventArgs(ScrollEventType, Int32, Int32)
, OldValueve NewValue özellikleri için Typeverilen değerleri kullanarak sınıfının yeni bir örneğini ScrollEventArgs başlatır.
public:
ScrollEventArgs(System::Windows::Forms::ScrollEventType type, int oldValue, int newValue);
public ScrollEventArgs (System.Windows.Forms.ScrollEventType type, int oldValue, int newValue);
new System.Windows.Forms.ScrollEventArgs : System.Windows.Forms.ScrollEventType * int * int -> System.Windows.Forms.ScrollEventArgs
Public Sub New (type As ScrollEventType, oldValue As Integer, newValue As Integer)
Parametreler
- type
- ScrollEventType
Değerlerden ScrollEventType biri.
- oldValue
- Int32
Kaydırma çubuğunun eski değeri.
- newValue
- Int32
Kaydırma çubuğunun yeni değeri.
Ayrıca bkz.
Şunlara uygulanır
ScrollEventArgs(ScrollEventType, Int32, ScrollOrientation)
, NewValueve ScrollOrientation özellikleri için Typeverilen değerleri kullanarak sınıfının yeni bir örneğini ScrollEventArgs başlatır.
public:
ScrollEventArgs(System::Windows::Forms::ScrollEventType type, int newValue, System::Windows::Forms::ScrollOrientation scroll);
public ScrollEventArgs (System.Windows.Forms.ScrollEventType type, int newValue, System.Windows.Forms.ScrollOrientation scroll);
new System.Windows.Forms.ScrollEventArgs : System.Windows.Forms.ScrollEventType * int * System.Windows.Forms.ScrollOrientation -> System.Windows.Forms.ScrollEventArgs
Public Sub New (type As ScrollEventType, newValue As Integer, scroll As ScrollOrientation)
Parametreler
- type
- ScrollEventType
Değerlerden ScrollEventType biri.
- newValue
- Int32
Kaydırma çubuğunun yeni değeri.
- scroll
- ScrollOrientation
Değerlerden ScrollOrientation biri.
Ayrıca bkz.
Şunlara uygulanır
ScrollEventArgs(ScrollEventType, Int32, Int32, ScrollOrientation)
, , OldValueNewValueve ScrollOrientation özellikleri için Typeverilen değerleri kullanarak sınıfının yeni bir örneğini ScrollEventArgs başlatır.
public:
ScrollEventArgs(System::Windows::Forms::ScrollEventType type, int oldValue, int newValue, System::Windows::Forms::ScrollOrientation scroll);
public ScrollEventArgs (System.Windows.Forms.ScrollEventType type, int oldValue, int newValue, System.Windows.Forms.ScrollOrientation scroll);
new System.Windows.Forms.ScrollEventArgs : System.Windows.Forms.ScrollEventType * int * int * System.Windows.Forms.ScrollOrientation -> System.Windows.Forms.ScrollEventArgs
Public Sub New (type As ScrollEventType, oldValue As Integer, newValue As Integer, scroll As ScrollOrientation)
Parametreler
- type
- ScrollEventType
Değerlerden ScrollEventType biri.
- oldValue
- Int32
Kaydırma çubuğunun eski değeri.
- newValue
- Int32
Kaydırma çubuğunun yeni değeri.
- scroll
- ScrollOrientation
Değerlerden ScrollOrientation biri.