Raised when any of the report properties change.
[Visual Basic]
Public Event Changed() As EventHandler
[C#]
public event EventHandler Changed();
The IsDirty property is set to True before this event is fired.
ActiveReport Class | ActiveReport Members | IsDirty
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.