SourceChangedEventArgs 생성자

정의

SourceChangedEventArgs 클래스의 새 인스턴스를 초기화합니다.

오버로드

Name Description
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

부모가 변경되어 원본이 변경된 요소의 이전 부모입니다.

특성

적용 대상