Namespace TallComponents.Interaction.WPF
Class DefaultActionHandler
The default handler for actions such as GoToNextPage and ResetFields.
Syntax
public class DefaultActionHandler : ActionHandler
Constructors
Methods
Void GoToFirstPage(ActionContext)
Go to the first page.
Void GoToInternalDestination(InternalDestination,ActionContext)
Navigate the PagesViewer that is associated with this DefaultActionHandler to the given destination.
Void GoToLastPage(ActionContext)
Go to the last page.
Void GoToNextPage(ActionContext)
Go to the next page.
Void GoToPreviousPage(ActionContext)
Go to the prev page.
Void HideAnnotations(Annotation[],ActionContext)
Hide all given annotations.
Void ResetFields(Field[],ActionContext)
Reset fields.
Void RunJavaScript(JavaScript,ActionContext)
Run the JavaScript.
Void ShowAnnotations(Annotation[],ActionContext)
Show all given annotations.