SourceChangedEventArgs Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Inizializza una nuova istanza della classe SourceChangedEventArgs.
Overload
| Nome | Descrizione |
|---|---|
| SourceChangedEventArgs(PresentationSource, PresentationSource) |
Inizializza una nuova istanza della SourceChangedEventArgs classe utilizzando le informazioni fornite per le origini precedenti e nuove. |
| SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement) |
Inizializza una nuova istanza della SourceChangedEventArgs classe utilizzando le informazioni fornite per le origini precedenti e nuove, l'elemento che questa modifica ha effetti e l'elemento padre precedente segnalato di tale elemento. |
SourceChangedEventArgs(PresentationSource, PresentationSource)
Inizializza una nuova istanza della SourceChangedEventArgs classe utilizzando le informazioni fornite per le origini precedenti e nuove.
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)
Parametri
- oldSource
- PresentationSource
Il vecchio PresentationSource che il gestore riceve una notifica.
- newSource
- PresentationSource
PresentationSource Nuovo che il gestore riceve una notifica.
- Attributi
Si applica a
SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement)
Inizializza una nuova istanza della SourceChangedEventArgs classe utilizzando le informazioni fornite per le origini precedenti e nuove, l'elemento che questa modifica ha effetti e l'elemento padre precedente segnalato di tale elemento.
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)
Parametri
- oldSource
- PresentationSource
Il vecchio PresentationSource che il gestore riceve una notifica.
- newSource
- PresentationSource
PresentationSource Nuovo che il gestore riceve una notifica.
- element
- IInputElement
Elemento il cui elemento padre è cambiato causando la modifica dell'origine.
- oldParent
- IInputElement
Elemento padre precedente dell'elemento il cui padre è stato modificato causando la modifica dell'origine.
- Attributi