SourceChangedEventArgs Constructors

Definitie

Initialiseert een nieuw exemplaar van de SourceChangedEventArgs klasse.

Overloads

Name Description
SourceChangedEventArgs(PresentationSource, PresentationSource)

Initialiseert een nieuw exemplaar van de SourceChangedEventArgs klasse met behulp van opgegeven informatie voor de oude en nieuwe bronnen.

SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement)

Initialiseert een nieuw exemplaar van de SourceChangedEventArgs klasse met behulp van opgegeven informatie voor de oude en nieuwe bronnen, het element dat deze wijzigingseffecten heeft en het vorige bovenliggende element.

SourceChangedEventArgs(PresentationSource, PresentationSource)

Initialiseert een nieuw exemplaar van de SourceChangedEventArgs klasse met behulp van opgegeven informatie voor de oude en nieuwe bronnen.

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)

Parameters

oldSource
PresentationSource

De oude PresentationSource waar deze handler over wordt geïnformeerd.

newSource
PresentationSource

Het nieuwe PresentationSource waarover deze handler wordt geïnformeerd.

Kenmerken

Van toepassing op

SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement)

Initialiseert een nieuw exemplaar van de SourceChangedEventArgs klasse met behulp van opgegeven informatie voor de oude en nieuwe bronnen, het element dat deze wijzigingseffecten heeft en het vorige bovenliggende element.

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)

Parameters

oldSource
PresentationSource

De oude PresentationSource waar deze handler over wordt geïnformeerd.

newSource
PresentationSource

Het nieuwe PresentationSource waarover deze handler wordt geïnformeerd.

element
IInputElement

Het element waarvan het bovenliggende element is gewijzigd, waardoor de bron wordt gewijzigd.

oldParent
IInputElement

Het oude bovenliggende element waarvan het bovenliggende element is gewijzigd, waardoor de bron wordt gewijzigd.

Kenmerken

Van toepassing op