AddInCommandBinding
Description:
This object represents a binding between a Revit command and one or more handlers which override the behavior of the command in Revit.
This object represents a binding between a Revit command and one or more handlers which override the behavior of the command in Revit.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.UI.AddInCommandBinding
System.Object
Autodesk.Revit.UI.AddInCommandBinding
public class AddInCommandBinding
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| BeforeExecuted | event | Occurs before the command associated with this AddInCommandBinding executes. | |
| CanExecute | event | Occurs when the command associated with this AddInCommandBinding initiates a check to determine whether the command can be executed on the command target. | |
| Executed | event | Occurs when the command associated with this AddInCommandBinding executes. |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| RevitCommandId | RevitCommandId | The Revit command Id. |