ScrollChangedEventArgs 클래스
정의
스크롤 상태의 변경을 설명하고 ScrollChanged 이벤트의 필수 인수를 포함합니다.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
- 상속
속성
ExtentHeight |
ScrollViewer 범위의 업데이트된 높이를 가져옵니다.Gets the updated height of the ScrollViewer extent. |
ExtentHeightChange |
ScrollViewer 범위의 높이 변경을 나타내는 값을 가져옵니다.Gets a value that indicates the change in height of the ScrollViewer extent. |
ExtentWidth |
ScrollViewer 범위의 업데이트된 너비를 가져옵니다.Gets the updated width of the ScrollViewer extent. |
ExtentWidthChange |
ScrollViewer 익스텐트의 너비 변경을 나타내는 값을 가져옵니다.Gets a value that indicates the change in width of the ScrollViewer extent. |
Handled |
경로를 따라 이동할 때 라우트된 이벤트의 현재 이벤트 처리 상태를 나타내는 값을 가져오거나 설정합니다.Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. (다음에서 상속됨 RoutedEventArgs) |
HorizontalChange |
ScrollViewer에 대한 가로 오프셋의 변경을 나타내는 값을 가져옵니다.Gets a value that indicates the change in horizontal offset for a ScrollViewer. |
HorizontalOffset |
ScrollViewer에 대한 업데이트된 가로 오프셋 값을 가져옵니다.Gets the updated horizontal offset value for a ScrollViewer. |
OriginalSource |
부모 클래스에 의한 Source 조정 앞에 순수 적중 횟수 테스트에서 결정한 원본 보고 소스를 가져옵니다.Gets the original reporting source as determined by pure hit testing, before any possible Source adjustment by a parent class. (다음에서 상속됨 RoutedEventArgs) |
RoutedEvent |
이 RoutedEventArgs 인스턴스와 연결된 RoutedEvent를 가져오거나 설정합니다.Gets or sets the RoutedEvent associated with this RoutedEventArgs instance. (다음에서 상속됨 RoutedEventArgs) |
Source |
이벤트를 발생시킨 개체에 대한 참조를 가져오거나 설정합니다.Gets or sets a reference to the object that raised the event. (다음에서 상속됨 RoutedEventArgs) |
VerticalChange |
ScrollViewer의 세로 오프셋의 변경을 나타내는 값을 가져옵니다.Gets a value that indicates the change in vertical offset of a ScrollViewer. |
VerticalOffset |
ScrollViewer에 대한 세로 오프셋의 업데이트된 값을 가져옵니다.Gets the updated value of the vertical offset for a ScrollViewer. |
ViewportHeight |
ScrollViewer의 뷰포트 높이에 대한 업데이트된 값을 가져옵니다.Gets the updated value of the viewport height for a ScrollViewer. |
ViewportHeightChange |
ScrollViewer에 대한 뷰포트 높이의 값으로 변경을 나타내는 값을 가져옵니다.Gets a value that indicates the change in value of the viewport height for a ScrollViewer. |
ViewportWidth |
ScrollViewer의 뷰포트 너비에 대한 업데이트된 값을 가져옵니다.Gets the updated value of the viewport width for a ScrollViewer. |
ViewportWidthChange |
ScrollViewer에 대한 뷰포트 너비 변경을 나타내는 값을 가져옵니다.Gets a value that indicates the change in viewport width of a ScrollViewer. |
메서드
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
InvokeEventHandler(Delegate, Object) |
적절한 형식 캐스팅을 수행한 후에 형식이 안전한 ScrollChangedEventHandler 대리자를 호출합니다.Performs proper type casting before invoking the type-safe ScrollChangedEventHandler delegate. |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
OnSetSource(Object) |
파생된 클래스에서 재정의되는 경우 인스턴스의 Source 속성 값이 변경될 때마다 알림 콜백 진입점을 제공합니다.When overridden in a derived class, provides a notification callback entry point whenever the value of the Source property of an instance changes. (다음에서 상속됨 RoutedEventArgs) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |