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
親の変更によってソースが変更する要素の、変更前の親。
- 属性
適用対象
.NET