Class ElementClickAction
Action that is called when you click on an item
Inheritance
System.Object
ElementClickAction
Implements
Namespace: FastReport.Web.Toolbar
Assembly: FastReport.OpenSource.Web.dll
Syntax
public class ElementClickAction : IClickAction
Properties
OnClickAction
Action that is called when you click on an item. WebReport - WebReport for which the button is made
Declaration
public Func<WebReport, Task> OnClickAction { get; set; }
Property Value
Type | Description |
---|---|
System.Func<WebReport, System.Threading.Tasks.Task> |