Describes an action that can be mapped to a keystroke.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
public delegate bool DoAction()
Visual Basic
Public Delegate Function DoAction As Boolean

Return Value

True to indicate that the expected action was taken, false otherwise.

See Also