ScrollEventArgs(ScrollEventType, Double) Construtor
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma instância da ScrollEventArgs classe usando o valor de enumeração especificado ScrollEventType e o novo local do Thumb controle no ScrollBar.
public:
ScrollEventArgs(System::Windows::Controls::Primitives::ScrollEventType scrollEventType, double newValue);
public ScrollEventArgs(System.Windows.Controls.Primitives.ScrollEventType scrollEventType, double newValue);
new System.Windows.Controls.Primitives.ScrollEventArgs : System.Windows.Controls.Primitives.ScrollEventType * double -> System.Windows.Controls.Primitives.ScrollEventArgs
Public Sub New (scrollEventType As ScrollEventType, newValue As Double)
Parâmetros
- scrollEventType
- ScrollEventType
Um ScrollEventType valor de enumeração que descreve o tipo de Thumb movimento que causou o evento.