Class ElementChangeAction
Action that is called when item changed
Inheritance
System.Object
ElementChangeAction
Implements
Namespace: FastReport.Web.Toolbar
Assembly: FastReport.OpenSource.Web.dll
Syntax
public class ElementChangeAction : IChangeAction
Properties
OnChangeAction
Action that is called when item changed. WebReport - WebReport for which the button is mad
Declaration
public Func<WebReport, string, Task> OnChangeAction { get; set; }
Property Value
Type | Description |
---|---|
System.Func<WebReport, System.String, System.Threading.Tasks.Task> |