BehaviorChanged
|
Occurs when the ChoiceActionBase Action behavior is modified.
|
Changed
|
Occurs after one of the current ActionBase object's properties has been changed.
|
CustomGetFormattedConfirmationMessage
|
Occurs when the ActionBase.GetFormattedConfirmationMessage method is executed.
|
CustomGetTotalTooltip
|
Occurs when an Action's ToolTip is calculated.
|
CustomizeControl
|
Occurs after the control is initialized. Allows customizing the default control settings.
|
Disposing
|
Occurs when disposing of an Action.
|
Execute
|
Occurs when an end-user clicks the required item located in the Single Choice Action's item list.
|
ExecuteCanceled
|
Occurs after execution of the Action has been cancelled.
|
ExecuteCompleted
|
Occurs after all actions implemented in the Execute, ActionBase.Executed and ActionBase.ProcessCreatedView event handlers have been performed.
|
Executed
|
Occurs after executing an Action.
|
Executing
|
Occurs before an end-user performs the operation that leads to raising an Action's Execute event.
|
HandleException
|
For internal use only.
|
ItemTypeChanged
|
Occurs when a Single Choice Action's SingleChoiceAction.ItemType property is changed.
|
ItemsChanged
|
Occurs when a Choice Action's ChoiceActionBase.Items property is changed.
|
ProcessCreatedView
|
Occurs after the ActionBase.Executed event.
|
SelectedItemChanged
|
Occurs when a Single Choice Action's item is changed by an end-user.
|