ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Model.Interactivity Namespace / ChangeResult Class / ChangeResult Constructor

In This Topic
    ChangeResult Constructor
    In This Topic
    Initializes a new instance of the ChangeResult class
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal changeType As ChangeType, _
       ByVal action As IAction _
    )
    public ChangeResult( 
       ChangeType changeType,
       IAction action
    )

    Parameters

    changeType
    action
    See Also