Task Members
Include Protected Members
Include Inherited Members
Represents a collection of commands and input bindings to those commands.
The Task type exposes the following members.
Constructors
Name
Description
Initializes a new instance of the Task class.
Top
Methods
Name
Description
Begins to set the focus for the task.
Completes changes that were made while this task has the focus.
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Serves as a hash function for a particular type. (Inherited from Object.)
Gets the type of the current instance. (Inherited from Object.)
Creates a shallow copy of the current Object. (Inherited from Object.)
Raises the Completed event.
Raises the FocusDeactivated event.
Raises the Reverted event.
Reverts this task.
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets or sets the filter that is used to filter the set of adorners seen by the designer's hit test algorithm.
Gets the CommandBindingCollection for a task.
Gets or sets the cursor for a task.
Gets or sets the description for this task.
Gets the InputBindingCollection for a task.
Gets a value indicating whether this task has the focus.
Gets or sets the filter that is used to filter the set of model items seen by the designer's hit test algorithm.
Gets the ToolCommandBindingCollection for a task.
Top
Events
Name
Description
Occurs when this task has completed.
Occurs when focus for this task is deactivated.
Occurs when this task is reverted.
Top