C# Класс Illusion.Message

Host's attached properties related to routed UI messaging.
Показать файл Открыть проект

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

Свойство Тип Описание
AttachProperty System.Windows.DependencyProperty

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

Метод Описание
GetAttach ( DependencyObject d ) : string

Gets the attached triggers and messages.

GetHandler ( DependencyObject d ) : object

Gets the message handler for this element.

SetAttach ( DependencyObject d, string attachText ) : void

Sets the attached triggers and messages.

SetHandler ( DependencyObject d, object value ) : void

Places a message handler on this element.

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

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

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

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

Gets the attached triggers and messages.
public static GetAttach ( DependencyObject d ) : string
d System.Windows.DependencyObject The element that was attached to.
Результат string

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

Gets the message handler for this element.
public static GetHandler ( DependencyObject d ) : object
d System.Windows.DependencyObject The element.
Результат object

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

Sets the attached triggers and messages.
public static SetAttach ( DependencyObject d, string attachText ) : void
d System.Windows.DependencyObject The element to attach to.
attachText string The parsable attachment text.
Результат void

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

Places a message handler on this element.
public static SetHandler ( DependencyObject d, object value ) : void
d System.Windows.DependencyObject The element.
value object The message handler.
Результат void

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

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

A property definition representing attached triggers and messages.
public static DependencyProperty,System.Windows AttachProperty
Результат System.Windows.DependencyProperty