SourceChangedEventArgs コンストラクター

定義

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

親が変更され、ソースが変更された要素の古い親。

属性

適用対象