SourceChangedEventArgs Constructores

Definición

Inicializa una nueva instancia de la clase SourceChangedEventArgs.

Sobrecargas

SourceChangedEventArgs(PresentationSource, PresentationSource)

Inicializa una nueva instancia de la clase SourceChangedEventArgs, utilizando la información proporcionada para los orígenes antiguos y nuevos.

SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement)

Inicializa una nueva instancia de la clase SourceChangedEventArgs, utilizando la información proporcionada para los orígenes antiguos y nuevos, el elemento al que afecta este cambio y el elemento primario notificado anteriormente de ese elemento.

SourceChangedEventArgs(PresentationSource, PresentationSource)

Inicializa una nueva instancia de la clase SourceChangedEventArgs, utilizando la información proporcionada para los orígenes antiguos y nuevos.

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)

Parámetros

oldSource
PresentationSource

PresentationSource antiguo sobre el que se notifica a este controlador.

newSource
PresentationSource

PresentationSource nuevo sobre el que se notifica a este controlador.

Atributos

Se aplica a

SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement)

Inicializa una nueva instancia de la clase SourceChangedEventArgs, utilizando la información proporcionada para los orígenes antiguos y nuevos, el elemento al que afecta este cambio y el elemento primario notificado anteriormente de ese 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)

Parámetros

oldSource
PresentationSource

PresentationSource antiguo sobre el que se notifica a este controlador.

newSource
PresentationSource

PresentationSource nuevo sobre el que se notifica a este controlador.

element
IInputElement

Elemento cuyo elemento primario ha cambiado, lo que ha provoca el cambio del origen.

oldParent
IInputElement

Elemento primario antiguo del elemento cuyo elemento primario ha cambiado, lo que provoca el cambio del origen.

Atributos

Se aplica a