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

Наследование: InteractivityBase
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
ActionsProperty Windows.UI.Xaml.DependencyProperty

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

Метод Описание
Attach ( FrameworkElement frameworkElement ) : void

Attaches to the specified object.

Detach ( ) : void

Detaches this instance from its associated object.

Защищенные методы

Метод Описание
InvokeActions ( object parameter ) : void

Invoke all actions associated with this trigger.

Derived classes should call this to fire the trigger.

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

Метод Описание
TriggerBase ( Type associatedObjectTypeConstraint ) : System

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

Attach() публичный Метод

Attaches to the specified object.
Cannot host the same trigger on more than one object at a time. dependencyObject does not satisfy the trigger type constraint.
public Attach ( FrameworkElement frameworkElement ) : void
frameworkElement Windows.UI.Xaml.FrameworkElement The object to attach to.
Результат void

Detach() публичный Метод

Detaches this instance from its associated object.
public Detach ( ) : void
Результат void

InvokeActions() защищенный Метод

Invoke all actions associated with this trigger.
Derived classes should call this to fire the trigger.
protected InvokeActions ( object parameter ) : void
parameter object
Результат void

Описание свойств

ActionsProperty публичное статическое свойство

public static DependencyProperty,Windows.UI.Xaml ActionsProperty
Результат Windows.UI.Xaml.DependencyProperty