ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Viewer.Common Assembly / GrapeCity.Viewer.Common.Implementation Namespace / HistoryService Class / ChangeHandler Property

In This Topic
    ChangeHandler Property
    In This Topic
    Gets or sets the change handler.
    Syntax
    'Declaration
     
    Public Property ChangeHandler As Action
    public Action ChangeHandler {get; set;}

    Property Value

    The change handler.
    See Also