SourceChangedEventArgs Konstruktory

Definicja

Inicjuje nowe wystąpienie klasy SourceChangedEventArgs.

Przeciążenia

SourceChangedEventArgs(PresentationSource, PresentationSource)

Inicjuje SourceChangedEventArgs nowe wystąpienie klasy przy użyciu podanych informacji dla starych i nowych źródeł.

SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement)

Inicjuje SourceChangedEventArgs nowe wystąpienie klasy, używając podanych informacji dla starych i nowych źródeł, elementu, który zmienia ten efekt, oraz poprzedniego zgłoszonego elementu nadrzędnego tego elementu.

SourceChangedEventArgs(PresentationSource, PresentationSource)

Inicjuje SourceChangedEventArgs nowe wystąpienie klasy przy użyciu podanych informacji dla starych i nowych źródeł.

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)

Parametry

oldSource
PresentationSource

Stary PresentationSource , że ten program obsługi jest powiadamiany o.

newSource
PresentationSource

Nowa PresentationSource funkcja obsługi jest powiadamiana o tym.

Atrybuty

Dotyczy

SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement)

Inicjuje SourceChangedEventArgs nowe wystąpienie klasy, używając podanych informacji dla starych i nowych źródeł, elementu, który zmienia ten efekt, oraz poprzedniego zgłoszonego elementu nadrzędnego tego elementu.

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)

Parametry

oldSource
PresentationSource

Stary PresentationSource , że ten program obsługi jest powiadamiany o.

newSource
PresentationSource

Nowa PresentationSource funkcja obsługi jest powiadamiana o tym.

element
IInputElement

Element, którego element nadrzędny uległ zmianie, powodując zmianę źródła.

oldParent
IInputElement

Stary element nadrzędny elementu, którego element nadrzędny uległ zmianie, powodując zmianę źródła.

Atrybuty

Dotyczy