[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Win.Tools.LazyAction.-ctor

LazyAction Constructor

LazyAction()

Initializes a new instance of LazyAction using the default delay of one second.

Declaration
public LazyAction()

LazyAction(TimeSpan)

Initializes a new instance of LazyAction with the specified delay.

Declaration
public LazyAction(TimeSpan delay)
Parameters
Type Name Description
TimeSpan delay

The time to wait after the last Execute(Action) call before invoking the action.