SourceChangedEventArgs Konstruktory
Definice
Důležité
Některé informace platí pro předběžně vydaný produkt, který se může zásadně změnit, než ho výrobce nebo autor vydá. Microsoft neposkytuje žádné záruky, výslovné ani předpokládané, týkající se zde uváděných informací.
Inicializuje novou instanci SourceChangedEventArgs třídy.
Přetížení
SourceChangedEventArgs(PresentationSource, PresentationSource) |
Inicializuje novou instanci třídy pomocí zadaných SourceChangedEventArgs informací pro staré a nové zdroje. |
SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement) |
Inicializuje novou instanci třídy pomocí zadaných SourceChangedEventArgs informací pro staré a nové zdroje, element, který tato změna efekty a předchozí hlášený nadřazený prvek. |
SourceChangedEventArgs(PresentationSource, PresentationSource)
Inicializuje novou instanci třídy pomocí zadaných SourceChangedEventArgs 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
PresentationSource Stará, o které se tato obslužná rutina informuje.
- newSource
- PresentationSource
PresentationSource Nová, o které se tato obslužná rutina informuje.
- Atributy
Platí pro
SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement)
Inicializuje novou instanci třídy pomocí zadaných SourceChangedEventArgs informací pro staré a nové zdroje, element, který tato změna efekty a předchozí hlášený nadřazený prvek.
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
PresentationSource Stará, o které se tato obslužná rutina informuje.
- newSource
- PresentationSource
PresentationSource Nová, o které se tato obslužná rutina informuje.
- element
- IInputElement
Element, jehož nadřazený objekt se změnil, způsobuje změnu zdroje.
- oldParent
- IInputElement
Starý nadřazený prvek, jehož nadřazený objekt se změnil, způsobuje změnu zdroje.
- Atributy