[]
        
(Showing Draft Content)

C1.Win.C1Preview.KeyMap.DoAction

KeyMap.DoAction Delegate

Describes an action that can be mapped to a keystroke.

Namespace: C1.Win.C1Preview
Assembly: C1.Win.PrintPreview.4.8.dll
Syntax
public delegate bool KeyMap.DoAction()
Public Delegate Function KeyMap.DoAction() As Boolean
Returns
Type Description
bool

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

Constructors

Name Description
DoAction(object, IntPtr)

Methods

Name Description
BeginInvoke(AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke()