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
 
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