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

In This Topic
    OnUpdate Property
    In This Topic
    Gets or sets the function that is called to update the state of the toolbar item.
    Syntax
    'Declaration
     
    Public Property OnUpdate As Action
    public Action OnUpdate {get; set;}
    Remarks
    The OnUpdate property allows you to specify a function that updates the state of the toolbar item, typically used for dynamic state changes.
    See Also