SourceChangedEventArgs Construtores

Definição

Inicializa uma nova instância da classe SourceChangedEventArgs.

Sobrecargas

Nome Description
SourceChangedEventArgs(PresentationSource, PresentationSource)

Inicializa uma nova instância da SourceChangedEventArgs classe, usando informações fornecidas para as fontes antigas e novas.

SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement)

Inicializa uma nova instância da SourceChangedEventArgs classe, usando informações fornecidas para as fontes antigas e novas, o elemento que essa alteração afeta e o pai relatado anteriormente desse elemento.

SourceChangedEventArgs(PresentationSource, PresentationSource)

Inicializa uma nova instância da SourceChangedEventArgs classe, usando informações fornecidas para as fontes antigas e novas.

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

O antigo PresentationSource sobre o qual esse manipulador está sendo notificado.

newSource
PresentationSource

A nova PresentationSource sobre a qual esse manipulador está sendo notificado.

Atributos

Aplica-se a

SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement)

Inicializa uma nova instância da SourceChangedEventArgs classe, usando informações fornecidas para as fontes antigas e novas, o elemento que essa alteração afeta e o pai relatado anteriormente desse 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

O antigo PresentationSource sobre o qual esse manipulador está sendo notificado.

newSource
PresentationSource

A nova PresentationSource sobre a qual esse manipulador está sendo notificado.

element
IInputElement

O elemento cujo pai foi alterado, causando a alteração da origem.

oldParent
IInputElement

O pai antigo do elemento cujo pai foi alterado, fazendo com que a origem mudasse.

Atributos

Aplica-se a