ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ToolbarItem Class / OnUpdate Property

In This Topic
    OnUpdate Property
    In This Topic
    The function called to update toolbar item state
    Syntax
    'Declaration
     
    Public Property OnUpdate As Action
    public Action OnUpdate {get; set;}
    See Also