SourceChangedEventArgs Construtores
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da SourceChangedEventArgs classe.
Sobrecargas
| Name | Description |
|---|---|
| SourceChangedEventArgs(PresentationSource, PresentationSource) |
Inicializa uma nova instância da SourceChangedEventArgs classe, usando a informação fornecida para as fontes antiga e nova. |
| SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement) |
Inicializa uma nova instância da SourceChangedEventArgs classe, usando a informação fornecida para as fontes antiga e nova, o elemento que esta alteração afeta e o pai previamente reportado desse elemento. |
SourceChangedEventArgs(PresentationSource, PresentationSource)
Inicializa uma nova instância da SourceChangedEventArgs classe, usando a informação fornecida para as fontes antiga e nova.
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 este handler está a ser notificado.
- newSource
- PresentationSource
A novidade PresentationSource sobre a qual este manipulador está a ser notificado.
- Atributos
Aplica-se a
SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement)
Inicializa uma nova instância da SourceChangedEventArgs classe, usando a informação fornecida para as fontes antiga e nova, o elemento que esta alteração afeta e o pai previamente reportado 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 este handler está a ser notificado.
- newSource
- PresentationSource
A novidade PresentationSource sobre a qual este manipulador está a ser notificado.
- element
- IInputElement
O elemento cujo pai mudou fazendo com que a fonte mudasse.
- oldParent
- IInputElement
O antigo pai do elemento cujo pai mudou fazendo com que a fonte mudasse.
- Atributos