SourceChangedEventArgs Konstruktorok

Definíció

Inicializálja a SourceChangedEventArgs osztály új példányát.

Túlterhelések

Name Description
SourceChangedEventArgs(PresentationSource, PresentationSource)

Inicializálja az osztály új példányát a SourceChangedEventArgs régi és az új forrásokhoz megadott információk használatával.

SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement)

Inicializálja az SourceChangedEventArgs osztály új példányát a régi és az új forrásokhoz megadott információk, a változás által befolyásolt elem és az elem előző jelentett szülője alapján.

SourceChangedEventArgs(PresentationSource, PresentationSource)

Inicializálja az osztály új példányát a SourceChangedEventArgs régi és az új forrásokhoz megadott információk használatával.

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)

Paraméterek

oldSource
PresentationSource

A régi PresentationSource , amiről a kezelő értesítést kap.

newSource
PresentationSource

Az új PresentationSource , amelyről a kezelő értesítést kap.

Attribútumok

A következőre érvényes:

SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement)

Inicializálja az SourceChangedEventArgs osztály új példányát a régi és az új forrásokhoz megadott információk, a változás által befolyásolt elem és az elem előző jelentett szülője alapján.

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)

Paraméterek

oldSource
PresentationSource

A régi PresentationSource , amiről a kezelő értesítést kap.

newSource
PresentationSource

Az új PresentationSource , amelyről a kezelő értesítést kap.

element
IInputElement

Az az elem, amelynek szülője módosult, és a forrás módosult.

oldParent
IInputElement

Annak az elemnek a régi szülője, amelynek a szülője megváltozott, ezért a forrás módosult.

Attribútumok

A következőre érvényes: