ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / Handlers Class / OnAfterSave Property

In This Topic
OnAfterSave Property
In This Topic
Gets or sets a handler that is called when saving is complete.
Syntax
'Declaration
 
Public Property OnAfterSave As Action(Of SaveDocumentInfo)
 

Property Value

An action that takes a SaveDocumentInfo.
See Also