C# Class Caliburn.Micro.Parameter

Represents a parameter of an ActionMessage.
Inheritance: System.Windows.Freezable, IAttachedObject
显示文件 Open project: jenspettersson/Caliburn.Micro.Labs

Public Properties

Property Type Description
ValueProperty System.Windows.DependencyProperty

Private Properties

Property Type Description
IAttachedObject void
IAttachedObject void
MakeAwareOf void
OnValueChanged void

Private Methods

Method Description
IAttachedObject ( ) : void
IAttachedObject ( DependencyObject dependencyObject ) : void
MakeAwareOf ( ActionMessage owner ) : void

Makes the parameter aware of the ActionMessage that it's attached to.

OnValueChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Property Details

ValueProperty public_oe static_oe property

A dependency property representing the parameter's value.
public static DependencyProperty,System.Windows ValueProperty
return System.Windows.DependencyProperty