Click or drag to resize

SharpScriptBaseInvokeAsync Method

Invoke any action. It is recommended to draw any [!:ChartObject.DrawingBase] by invoking this method

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected Task InvokeAsync(
	Action action
)

Parameters

action  Action
Action

Return Value

Task
See Also