SourceChangedEventArgs 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
SourceChangedEventArgs 클래스의 새 인스턴스를 초기화합니다.
오버로드
SourceChangedEventArgs(PresentationSource, PresentationSource) |
이전 소스와 새 소스에 대해 제공된 정보를 사용하여 SourceChangedEventArgs 클래스의 새 인스턴스를 초기화합니다. |
SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement) |
이전 소스 및 새 소스에 대해 제공된 정보, 이 변경 작업의 영향을 받는 요소 및 이전에 보고된 해당 요소의 부모를 사용하여 SourceChangedEventArgs 클래스의 새 인스턴스를 초기화합니다. |
SourceChangedEventArgs(PresentationSource, PresentationSource)
이전 소스와 새 소스에 대해 제공된 정보를 사용하여 SourceChangedEventArgs 클래스의 새 인스턴스를 초기화합니다.
public:
SourceChangedEventArgs(System::Windows::PresentationSource ^ oldSource, System::Windows::PresentationSource ^ newSource);
[System.Security.SecurityCritical]
public SourceChangedEventArgs (System.Windows.PresentationSource oldSource, System.Windows.PresentationSource newSource);
public SourceChangedEventArgs (System.Windows.PresentationSource oldSource, System.Windows.PresentationSource newSource);
[<System.Security.SecurityCritical>]
new System.Windows.SourceChangedEventArgs : System.Windows.PresentationSource * System.Windows.PresentationSource -> System.Windows.SourceChangedEventArgs
new System.Windows.SourceChangedEventArgs : System.Windows.PresentationSource * System.Windows.PresentationSource -> System.Windows.SourceChangedEventArgs
Public Sub New (oldSource As PresentationSource, newSource As PresentationSource)
매개 변수
- oldSource
- PresentationSource
이 처리기가 알림을 받는 이전 PresentationSource입니다.
- newSource
- PresentationSource
이 처리기가 알림을 받는 새 PresentationSource입니다.
- 특성
적용 대상
SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement)
이전 소스 및 새 소스에 대해 제공된 정보, 이 변경 작업의 영향을 받는 요소 및 이전에 보고된 해당 요소의 부모를 사용하여 SourceChangedEventArgs 클래스의 새 인스턴스를 초기화합니다.
public:
SourceChangedEventArgs(System::Windows::PresentationSource ^ oldSource, System::Windows::PresentationSource ^ newSource, System::Windows::IInputElement ^ element, System::Windows::IInputElement ^ oldParent);
[System.Security.SecurityCritical]
public SourceChangedEventArgs (System.Windows.PresentationSource oldSource, System.Windows.PresentationSource newSource, System.Windows.IInputElement element, System.Windows.IInputElement oldParent);
public SourceChangedEventArgs (System.Windows.PresentationSource oldSource, System.Windows.PresentationSource newSource, System.Windows.IInputElement element, System.Windows.IInputElement oldParent);
[<System.Security.SecurityCritical>]
new System.Windows.SourceChangedEventArgs : System.Windows.PresentationSource * System.Windows.PresentationSource * System.Windows.IInputElement * System.Windows.IInputElement -> System.Windows.SourceChangedEventArgs
new System.Windows.SourceChangedEventArgs : System.Windows.PresentationSource * System.Windows.PresentationSource * System.Windows.IInputElement * System.Windows.IInputElement -> System.Windows.SourceChangedEventArgs
Public Sub New (oldSource As PresentationSource, newSource As PresentationSource, element As IInputElement, oldParent As IInputElement)
매개 변수
- oldSource
- PresentationSource
이 처리기가 알림을 받는 이전 PresentationSource입니다.
- newSource
- PresentationSource
이 처리기가 알림을 받는 새 PresentationSource입니다.
- element
- IInputElement
해당 부모가 변경되어 소스가 변경되는 요소입니다.
- oldParent
- IInputElement
해당 부모가 변경되어 소스가 변경되는 요소의 이전 부모입니다.
- 특성