Search
ReportEditor.ReportDirtyChanged Event
See Also
 





Raised when the 'dirty' state of the report changes.

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

 Syntax

C#  Copy Code

public event EventHandler ReportDirtyChanged

Visual Basic  Copy Code

Public Event ReportDirtyChanged As EventHandler

 Event Data

ReportDirtyChanged event handlers receive an argument of type EventArgs.

 See Also