SourceChangedEventArgs 생성자
정의
SourceChangedEventArgs 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the SourceChangedEventArgs class.
오버로드
SourceChangedEventArgs(PresentationSource, PresentationSource) |
이전 소스와 새 소스에 대해 제공된 정보를 사용하여 SourceChangedEventArgs 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the SourceChangedEventArgs class, using supplied information for the old and new sources. |
SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement) |
이전 소스 및 새 소스에 대해 제공된 정보, 이 변경 작업의 영향을 받는 요소 및 이전에 보고된 해당 요소의 부모를 사용하여 SourceChangedEventArgs 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the SourceChangedEventArgs class, using supplied information for the old and new sources, the element that this change effects, and the previous reported parent of that element. |
SourceChangedEventArgs(PresentationSource, PresentationSource)
이전 소스와 새 소스에 대해 제공된 정보를 사용하여 SourceChangedEventArgs 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the SourceChangedEventArgs class, using supplied information for the old and new sources.
public:
SourceChangedEventArgs(System::Windows::PresentationSource ^ oldSource, System::Windows::PresentationSource ^ newSource);
public SourceChangedEventArgs (System.Windows.PresentationSource oldSource, System.Windows.PresentationSource newSource);
[System.Security.SecurityCritical]
public SourceChangedEventArgs (System.Windows.PresentationSource oldSource, System.Windows.PresentationSource newSource);
new System.Windows.SourceChangedEventArgs : System.Windows.PresentationSource * System.Windows.PresentationSource -> System.Windows.SourceChangedEventArgs
[<System.Security.SecurityCritical>]
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입니다.The old PresentationSource that this handler is being notified about.
- newSource
- PresentationSource
이 처리기가 알림을 받는 새 PresentationSource입니다.The new PresentationSource that this handler is being notified about.
- 특성
적용 대상
SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement)
이전 소스 및 새 소스에 대해 제공된 정보, 이 변경 작업의 영향을 받는 요소 및 이전에 보고된 해당 요소의 부모를 사용하여 SourceChangedEventArgs 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the SourceChangedEventArgs class, using supplied information for the old and new sources, the element that this change effects, and the previous reported parent of that element.
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]
public SourceChangedEventArgs (System.Windows.PresentationSource oldSource, System.Windows.PresentationSource newSource, System.Windows.IInputElement element, System.Windows.IInputElement oldParent);
new System.Windows.SourceChangedEventArgs : System.Windows.PresentationSource * System.Windows.PresentationSource * System.Windows.IInputElement * System.Windows.IInputElement -> System.Windows.SourceChangedEventArgs
[<System.Security.SecurityCritical>]
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입니다.The old PresentationSource that this handler is being notified about.
- newSource
- PresentationSource
이 처리기가 알림을 받는 새 PresentationSource입니다.The new PresentationSource that this handler is being notified about.
- element
- IInputElement
해당 부모가 변경되어 소스가 변경되는 요소입니다.The element whose parent changed causing the source to change.
- oldParent
- IInputElement
해당 부모가 변경되어 소스가 변경되는 요소의 이전 부모입니다.The old parent of the element whose parent changed causing the source to change.
- 특성