Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
C#
Visual Basic
.NET Framework Class Library
KeyMap
.
.
::
.
.
DoAction Delegate
KeyMap Class
See Also
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
C1.Win.C1Preview Namespace