Search
ReportEditor.PreviewUpdated Event
See Also
 





Raised after the preview window has been updated.

Namespace: MindFusion.Reporting.WinForms
Assembly: MindFusion.Reporting.Editor

 Syntax

C#  Copy Code

public event EventHandler PreviewUpdated

Visual Basic  Copy Code

Public Event PreviewUpdated As EventHandler

 Event Data

PreviewUpdated event handlers receive an argument of type EventArgs.

 See Also