[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.ChangeResult.-ctor

ChangeResult Constructor

ChangeResult(ChangeType)

Initializes a new instance of the ChangeResult struct with the specified ChangeType and no-op IAction.

Declaration
public ChangeResult(ChangeType changeType)
Parameters
Type Name Description
ChangeType changeType

The type of change resulting from the action.

ChangeResult(IAction, ChangeType)

Initializes a new instance of the ChangeResult struct with the specified ChangeType and IAction.

Declaration
public ChangeResult(IAction action, ChangeType changeType)
Parameters
Type Name Description
IAction action

The action to be performed. May be null.

ChangeType changeType

The type of change resulting from the action.