Version

ToolBase Class Events

For a list of all members of this type, see ToolBase members.

Public Events
 NameDescription
Public EventAfterToolActivateOccurs after a tool becomes the active tool.  
Public EventAfterToolCloseupOccurs after a tool closes up.  
Public EventAfterToolDeactivateOccurs after a tool ceases to be the active tool.  
Public EventAfterToolDropdownOccurs after a tool drops down.  
Public EventAfterToolEnterEditModeOccurs after a tool has entered edit mode.  
Public EventAfterToolExitEditModeOccurs after a tool has exited edit mode.  
Public EventBeforeToolActivateOccurs before a tool becomes the active tool.  
Public EventBeforeToolDropdownOccurs before a tool drops down.  
Public EventBeforeToolEnterEditModeCancelable event that occurs before a tool has entered edit mode.  
Public EventBeforeToolExitEditModeCancelable event that occurs before a tool has exited edit mode.  
Public EventSubObjectDisposed (Inherited from Infragistics.Shared.SubObjectBase)
Public EventSubObjectPropChanged (Inherited from Infragistics.Shared.SubObjectBase)
Public EventToolClickOccurs when the tool is clicked by the user.  
Public EventToolDoubleClickOccurs when a tool is double-clicked by the user.  
Public EventToolEditErrorOccurs after the BeforeToolExitEditMode event if the value that the user has entered is invalid.  
Public EventToolKeyDownOccurs when a key is pressed when a tool has the input focus.  
Public EventToolKeyPressOccurs when a key is pressed and released when a tool has the input focus.  
Public EventToolKeyUpOccurs when a key is released when a tool has the input focus.  
Public EventToolValueChangedOccurs when the value of a tool changes.  
See Also