For a list of all members of this type, see ToolBase members.
Name | Description | |
---|---|---|
AfterToolActivate | Occurs after a tool becomes the active tool. | |
AfterToolCloseup | Occurs after a tool closes up. | |
AfterToolDeactivate | Occurs after a tool ceases to be the active tool. | |
AfterToolDropdown | Occurs after a tool drops down. | |
AfterToolEnterEditMode | Occurs after a tool has entered edit mode. | |
AfterToolExitEditMode | Occurs after a tool has exited edit mode. | |
BeforeToolActivate | Occurs before a tool becomes the active tool. | |
BeforeToolDropdown | Occurs before a tool drops down. | |
BeforeToolEnterEditMode | Cancelable event that occurs before a tool has entered edit mode. | |
BeforeToolExitEditMode | Cancelable event that occurs before a tool has exited edit mode. | |
SubObjectDisposed | (Inherited from Infragistics.Shared.SubObjectBase) | |
SubObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
ToolClick | Occurs when the tool is clicked by the user. | |
ToolDoubleClick | Occurs when a tool is double-clicked by the user. | |
ToolEditError | Occurs after the BeforeToolExitEditMode event if the value that the user has entered is invalid. | |
ToolKeyDown | Occurs when a key is pressed when a tool has the input focus. | |
ToolKeyPress | Occurs when a key is pressed and released when a tool has the input focus. | |
ToolKeyUp | Occurs when a key is released when a tool has the input focus. | |
ToolValueChanged | Occurs when the value of a tool changes. |