Search
ReportEditor.PreviewUpdating Event
See Also
 





Raised when the preview window is about to be updated.

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

 Syntax

C#  Copy Code

public event EventHandler PreviewUpdating

Visual Basic  Copy Code

Public Event PreviewUpdating As EventHandler

 Event Data

PreviewUpdating event handlers receive an argument of type EventArgs.

 See Also