C# Class Caliburn.Micro.Message

Host's attached properties related to routed UI messaging.
Afficher le fichier Open project: dbuksbaum/Learning-Caliburn.Micro

Méthodes publiques

Свойство Type Description
AttachProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
GetAttach ( DependencyObject d ) : string

Gets the attached triggers and messages.

SetAttach ( DependencyObject d, string attachText ) : void

Sets the attached triggers and messages.

Private Methods

Méthode Description
OnAttachChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

GetAttach() public static méthode

Gets the attached triggers and messages.
public static GetAttach ( DependencyObject d ) : string
d System.Windows.DependencyObject The element that was attached to.
Résultat string

SetAttach() public static méthode

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.
Résultat void

Property Details

AttachProperty public_oe static_oe property

A property definition representing attached triggers and messages.
public static DependencyProperty,System.Windows AttachProperty
Résultat System.Windows.DependencyProperty