 
            | Miner.Process Assembly > Miner.Process.GeodatabaseManager.ActionHandlers Namespace : PxActionHandler Class | 
For a list of all members of this type, see PxActionHandler members.
| Name | Description | |
|---|---|---|
|  | Enabled | Associate the action handler with the events that it is designed to handle. (Inherited from Miner.Geodatabase.GeodatabaseManager.ActionHandlers.ActionHandler) | 
|  | Execute | Calls on the SubExecute method to perform the desired actions. (Inherited from Miner.Geodatabase.GeodatabaseManager.ActionHandlers.ActionHandler) | 
|  | ToString | (Inherited from Miner.Geodatabase.GeodatabaseManager.ActionHandlers.ActionHandler) | 
| Name | Description | |
|---|---|---|
|  | PxSubExecute | Executes the reaction. | 
|  | SubExecute | Overridden. Overrides the ActionHandler's SubExecute method, creates PxActionData and calls the PxSubExecute method, implemented by the derived class. |