SourceChangedEventArgs Конструкторы

Определение

Инициализирует новый экземпляр класса SourceChangedEventArgs.

Перегрузки

Имя Описание
SourceChangedEventArgs(PresentationSource, PresentationSource)

Инициализирует новый экземпляр SourceChangedEventArgs класса, используя предоставленные сведения для старых и новых источников.

SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement)

Инициализирует новый экземпляр SourceChangedEventArgs класса, используя предоставленные сведения для старых и новых источников, элемент, который изменяет эффекты, и предыдущий сообщаемый родительский элемент этого элемента.

SourceChangedEventArgs(PresentationSource, PresentationSource)

Инициализирует новый экземпляр SourceChangedEventArgs класса, используя предоставленные сведения для старых и новых источников.

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)

Параметры

oldSource
PresentationSource

Старое PresentationSource , о чем сообщает этот обработчик.

newSource
PresentationSource

Новое PresentationSource уведомление об этом обработчике.

Атрибуты

Применяется к

SourceChangedEventArgs(PresentationSource, PresentationSource, IInputElement, IInputElement)

Инициализирует новый экземпляр SourceChangedEventArgs класса, используя предоставленные сведения для старых и новых источников, элемент, который изменяет эффекты, и предыдущий сообщаемый родительский элемент этого элемента.

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)

Параметры

oldSource
PresentationSource

Старое PresentationSource , о чем сообщает этот обработчик.

newSource
PresentationSource

Новое PresentationSource уведомление об этом обработчике.

element
IInputElement

Элемент, родительский элемент которого изменился, вызывая изменение источника.

oldParent
IInputElement

Старый родительский элемент элемента, родительский элемент которого изменился, вызывая изменение источника.

Атрибуты

Применяется к