The WriteValueCommand type exposes the following members.

Properties

  NameDescription
Public propertyCanFreeze
Gets a value that indicates whether the object can be made unmodifiable.
(Inherited from Freezable.)
Public propertyDependencyObjectType
Gets the DependencyObjectType that wraps the CLR type of this instance. 
(Inherited from DependencyObject.)
Public propertyDispatcher
Gets the Dispatcher this DispatcherObject is associated with.
(Inherited from DispatcherObject.)
Public propertyIsFrozen
Gets a value that indicates whether the object is currently modifiable.
(Inherited from Freezable.)
Public propertyIsSealed
Gets a value that indicates whether this instance is currently sealed (read-only).
(Inherited from DependencyObject.)
Public propertyOnDoubleClickValue
Value to be written when the configured mousebutton is double-clicked. May be a data source.
Public propertyOnDownValue
Value to be written when the configured mousebutton initially goes down. May be a data source.
Public propertyOnMouseEnterValue
Value to be written when the mouse is moved onto the associated object. May be a data source.
Public propertyOnMouseLeaveValue
Value to be written when the mouse is moved away from the associated object. May be a data source.
Public propertyOnMouseMoveValue
Value to be written when the mouse is moved while it is over the associated object. May be a data source.
Public propertyOnUpValue
Value to be written when the configured mousebutton is released. May be a data source.
Public propertyWhileDownValue
Value to be written while the configured mousebutton is held down (at the specified rate). May be a data source.

See Also