SourceChangedEventArgs Oluşturucular

Tanım

SourceChangedEventArgs sınıfının yeni bir örneğini başlatır.

Aşırı Yüklemeler

Name Description
SourceChangedEventArgs(PresentationSource, PresentationSource)

Eski ve yeni kaynaklar için sağlanan bilgileri kullanarak sınıfının yeni bir örneğini SourceChangedEventArgs başlatır.

SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement)

Eski ve yeni kaynaklar için sağlanan bilgileri, bu değişikliğin etki ettiği öğeyi ve bu öğenin bildirilen önceki üst öğesini kullanarak sınıfın yeni bir örneğini SourceChangedEventArgs başlatır.

SourceChangedEventArgs(PresentationSource, PresentationSource)

Eski ve yeni kaynaklar için sağlanan bilgileri kullanarak sınıfının yeni bir örneğini SourceChangedEventArgs başlatır.

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)

Parametreler

oldSource
PresentationSource

Bu işleyici hakkında bildirimde bulunuluyor eski PresentationSource .

newSource
PresentationSource

Bu işleyiciye bildirilmekte olan yeni PresentationSource .

Öznitelikler

Şunlara uygulanır

SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement)

Eski ve yeni kaynaklar için sağlanan bilgileri, bu değişikliğin etki ettiği öğeyi ve bu öğenin bildirilen önceki üst öğesini kullanarak sınıfın yeni bir örneğini SourceChangedEventArgs başlatır.

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)

Parametreler

oldSource
PresentationSource

Bu işleyici hakkında bildirimde bulunuluyor eski PresentationSource .

newSource
PresentationSource

Bu işleyiciye bildirilmekte olan yeni PresentationSource .

element
IInputElement

Üst öğesi değişen ve kaynağın değişmesine neden olan öğe.

oldParent
IInputElement

Üst öğesi değiştirilen ve kaynağın değişmesine neden olan öğenin eski üst öğesi.

Öznitelikler

Şunlara uygulanır