The WriteValueCommand type exposes the following members.
Properties
Name | Description | |
---|---|---|
CanFreeze | Gets a value that indicates whether the object can be made unmodifiable. (Inherited from Freezable.) | |
DependencyObjectType | Gets the DependencyObjectType that wraps the CLR type of this instance. (Inherited from DependencyObject.) | |
Dispatcher | Gets the Dispatcher this DispatcherObject is associated with. (Inherited from DispatcherObject.) | |
IsFrozen | Gets a value that indicates whether the object is currently modifiable. (Inherited from Freezable.) | |
IsSealed | Gets a value that indicates whether this instance is currently sealed (read-only). (Inherited from DependencyObject.) | |
OnDoubleClickValue |
Value to be written when the configured mousebutton is double-clicked. May be a data source.
| |
OnDownValue |
Value to be written when the configured mousebutton initially goes down. May be a data source.
| |
OnMouseEnterValue |
Value to be written when the mouse is moved onto the associated object. May be a data source.
| |
OnMouseLeaveValue |
Value to be written when the mouse is moved away from the associated object. May be a data source.
| |
OnMouseMoveValue |
Value to be written when the mouse is moved while it is over the associated object. May be a data source.
| |
OnUpValue |
Value to be written when the configured mousebutton is released. May be a data source.
| |
WhileDownValue |
Value to be written while the configured mousebutton is held down (at the specified rate). May be a data source.
|