SourceChangedEventArgs Konstruktory

Definice

Inicializuje novou instanci SourceChangedEventArgs třídy.

Přetížení

Name Description
SourceChangedEventArgs(PresentationSource, PresentationSource)

Inicializuje novou instanci SourceChangedEventArgs třídy pomocí zadaných informací pro staré a nové zdroje.

SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement)

Inicializuje novou instanci SourceChangedEventArgs třídy pomocí zadaných informací pro staré a nové zdroje, element, který tato změna účinky, a předchozí hlášený nadřazený prvek tohoto prvku.

SourceChangedEventArgs(PresentationSource, PresentationSource)

Inicializuje novou instanci SourceChangedEventArgs třídy pomocí zadaných informací pro staré a nové zdroje.

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)

Parametry

oldSource
PresentationSource

Stará, PresentationSource o které je tato obslužná rutina informována.

newSource
PresentationSource

PresentationSource Nová, o které se tato obslužná rutina informuje.

Atributy

Platí pro

SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement)

Inicializuje novou instanci SourceChangedEventArgs třídy pomocí zadaných informací pro staré a nové zdroje, element, který tato změna účinky, a předchozí hlášený nadřazený prvek tohoto prvku.

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)

Parametry

oldSource
PresentationSource

Stará, PresentationSource o které je tato obslužná rutina informována.

newSource
PresentationSource

PresentationSource Nová, o které se tato obslužná rutina informuje.

element
IInputElement

Prvek, jehož nadřazený objekt se změnil, způsobuje změnu zdroje.

oldParent
IInputElement

Starý nadřazený prvek, jehož nadřazený prvek se změnil, což způsobilo změnu zdroje.

Atributy

Platí pro