C# Класс Windows.UI.Interactivity.FrameworkElementExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
AddDataContextChangedHandler ( this element, EventHandler handler ) : void

Adds the data context changed handler.

RemoveDataContextChangedHandler ( this element, EventHandler handler ) : void

Removes the data context changed handler.

Приватные методы

Метод Описание
OnInheritedDataContextChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Handles changes to the InheritedDataContext DependencyProperty.

Описание методов

AddDataContextChangedHandler() публичный статический Метод

Adds the data context changed handler.
public static AddDataContextChangedHandler ( this element, EventHandler handler ) : void
element this Element to which the handler is added
handler EventHandler The handler to add
Результат void

RemoveDataContextChangedHandler() публичный статический Метод

Removes the data context changed handler.
public static RemoveDataContextChangedHandler ( this element, EventHandler handler ) : void
element this The element from which the handler has to be removed
handler EventHandler The handler to remove
Результат void