[]
        
(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.8.dll
Syntax
public delegate bool KeyMap.DoAction()
Returns
Type Description
bool

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

Constructors

Name Description
DoAction(object, nint)

Methods

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