C# Class Caliburn.Micro.Message

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

Public Properties

Property Type Description
AttachProperty System.Windows.DependencyProperty

Public Methods

Method 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

Method Description
OnAttachChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

GetAttach() public static method

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

SetAttach() public static method

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.
return void

Property Details

AttachProperty public_oe static_oe property

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