Aracılığıyla paylaş


SourceChangedEventArgs Oluşturucular

Tanım

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

Aşırı Yüklemeler

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ı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 bulunan eski PresentationSource .

newSource
PresentationSource

Bu işleyici hakkında bildirimde bulunan 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ı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 bulunan eski PresentationSource .

newSource
PresentationSource

Bu işleyici hakkında bildirimde bulunan yeni PresentationSource .

element
IInputElement

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

oldParent
IInputElement

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

Öznitelikler

Şunlara uygulanır