[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Latch.ExecuteIfOpen

ExecuteIfOpen Method

ExecuteIfOpen(Action)

If latch is open (IlClosed is 'false'), closes it (IsClosed is 'true'), executes action, opens the latch. If latch is closed, does nothing.

Declaration
public void ExecuteIfOpen(Action action)
Parameters
Type Name Description
Action action