ScrollChangedEventArgs Klasa
Definicja
Opisuje zmianę stanu przewijania i zawiera wymagane argumenty dla ScrollChanged zdarzenia.Describes a change in the scrolling state and contains the required arguments for a ScrollChanged event.
public ref class ScrollChangedEventArgs : System::Windows::RoutedEventArgs
public class ScrollChangedEventArgs : System.Windows.RoutedEventArgs
type ScrollChangedEventArgs = class
inherit RoutedEventArgs
Public Class ScrollChangedEventArgs
Inherits RoutedEventArgs
- Dziedziczenie
Właściwości
ExtentHeight |
Pobiera zaktualizowaną wysokość ScrollViewer zakresu.Gets the updated height of the ScrollViewer extent. |
ExtentHeightChange |
Pobiera wartość, która wskazuje zmianę wysokości ScrollViewer zakresu.Gets a value that indicates the change in height of the ScrollViewer extent. |
ExtentWidth |
Pobiera zaktualizowaną szerokość ScrollViewer zakresu.Gets the updated width of the ScrollViewer extent. |
ExtentWidthChange |
Pobiera wartość wskazującą zmianę szerokości ScrollViewer zakresu.Gets a value that indicates the change in width of the ScrollViewer extent. |
Handled |
Pobiera lub ustawia wartość wskazującą obecny stan obsługi zdarzeń dla zdarzenia kierowanego w trakcie podróży trasy.Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. (Odziedziczone po RoutedEventArgs) |
HorizontalChange |
Pobiera wartość wskazującą zmianę w poziomie Przesunięcie elementu ScrollViewer .Gets a value that indicates the change in horizontal offset for a ScrollViewer. |
HorizontalOffset |
Pobiera zaktualizowaną wartość przesunięcia poziomego dla elementu ScrollViewer .Gets the updated horizontal offset value for a ScrollViewer. |
OriginalSource |
Pobiera oryginalne źródło raportowania określone przez czyste Testy trafień przed dopuszczalną Source korektą przez klasę nadrzędną.Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. (Odziedziczone po RoutedEventArgs) |
RoutedEvent |
Pobiera lub ustawia RoutedEvent skojarzenie skojarzone z tym RoutedEventArgs wystąpieniem.Gets or sets the RoutedEvent associated with this RoutedEventArgs instance. (Odziedziczone po RoutedEventArgs) |
Source |
Pobiera lub ustawia odwołanie do obiektu, który wywołał zdarzenie.Gets or sets a reference to the object that raised the event. (Odziedziczone po RoutedEventArgs) |
VerticalChange |
Pobiera wartość wskazującą zmianę w pionowym przesunięciu ScrollViewer .Gets a value that indicates the change in vertical offset of a ScrollViewer. |
VerticalOffset |
Pobiera zaktualizowaną wartość przesunięcia pionowego dla ScrollViewer .Gets the updated value of the vertical offset for a ScrollViewer. |
ViewportHeight |
Pobiera zaktualizowaną wartość wysokości okienka ekranu dla elementu ScrollViewer .Gets the updated value of the viewport height for a ScrollViewer. |
ViewportHeightChange |
Pobiera wartość, która wskazuje zmianę wartości wysokości okienka ekranu dla elementu ScrollViewer .Gets a value that indicates the change in value of the viewport height for a ScrollViewer. |
ViewportWidth |
Pobiera zaktualizowaną wartość szerokości okienka ekranu dla elementu ScrollViewer .Gets the updated value of the viewport width for a ScrollViewer. |
ViewportWidthChange |
Pobiera wartość wskazującą zmianę szerokości okienka ekranu ScrollViewer .Gets a value that indicates the change in viewport width of a ScrollViewer. |
Metody
Equals(Object) |
Określa, czy dany obiekt jest taki sam, jak bieżący obiekt.Determines whether the specified object is equal to the current object. (Odziedziczone po Object) |
GetHashCode() |
Służy jako domyślna funkcja skrótu.Serves as the default hash function. (Odziedziczone po Object) |
GetType() |
Pobiera Type bieżące wystąpienie.Gets the Type of the current instance. (Odziedziczone po Object) |
InvokeEventHandler(Delegate, Object) |
Wykonuje odpowiednie rzutowanie typu przed wywołaniem ScrollChangedEventHandler delegata bezpiecznego typu.Performs proper type casting before invoking the type-safe ScrollChangedEventHandler delegate. |
MemberwiseClone() |
Tworzy skróconą kopię bieżącego elementu Object .Creates a shallow copy of the current Object. (Odziedziczone po Object) |
OnSetSource(Object) |
Gdy jest zastępowany w klasie pochodnej, udostępnia punkt wejścia wywołania zwrotnego powiadomienia za każdym razem, gdy wartość Source Właściwości wystąpienia zostanie zmieniona.When overridden in a derived class, provides a notification callback entry point whenever the value of the Source property of an instance changes. (Odziedziczone po RoutedEventArgs) |
ToString() |
Zwraca ciąg reprezentujący bieżący obiekt.Returns a string that represents the current object. (Odziedziczone po Object) |