SourceChangedEventArgs Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Inicializa uma nova instância da classe SourceChangedEventArgs.
Sobrecargas
SourceChangedEventArgs(PresentationSource, PresentationSource) |
Inicializa uma nova instância da classe SourceChangedEventArgs, usando as informações fornecidas para as fontes novas e antigas. |
SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement) |
Inicializa uma nova instância da classe SourceChangedEventArgs, usando as informações fornecidas para as fontes novas e antigas, o elemento que esta alteração afeta e o pai anterior relatado desse elemento. |
SourceChangedEventArgs(PresentationSource, PresentationSource)
Inicializa uma nova instância da classe SourceChangedEventArgs, usando as informações fornecidas para as fontes novas e antigas.
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 PresentationSource antigo sobre o qual este manipulador está sendo notificado.
- newSource
- PresentationSource
O PresentationSource novo sobre o qual este manipulador está sendo notificado.
- Atributos
Aplica-se a
SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement)
Inicializa uma nova instância da classe SourceChangedEventArgs, usando as informações fornecidas para as fontes novas e antigas, o elemento que esta alteração afeta e o pai anterior relatado 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 PresentationSource antigo sobre o qual este manipulador está sendo notificado.
- newSource
- PresentationSource
O PresentationSource novo sobre o qual este manipulador está sendo notificado.
- element
- IInputElement
O elemento cujo pai foi alterado, fazendo com que a fonte fosse alterada.
- oldParent
- IInputElement
O pai antigo do elemento cujo pai foi alterado, fazendo com que a fonte fosse alterada.
- Atributos