[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Win.Tools.LazyAction

LazyAction Class

Represents a deferred action to perform a single action instead of a sequence of actions called within a specified delay.

Inheritance
LazyAction
Namespace: GrapeCity.ActiveReports.Win.Tools
Assembly: MESCIUS.ActiveReports.Win.dll
Syntax
public class LazyAction

Constructors

Name Description
LazyAction()
LazyAction(TimeSpan)

Methods

Name Description
Execute(Action)
Execute(Func<Task>)