MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / LayoutChangedEventHandler Delegate
The source of the event.
A LayoutChangedArgs that does not contain any event data.

In This Topic
LayoutChangedEventHandler Delegate
In This Topic
Represents a method that handles the LayoutChanged event.
Syntax
'Declaration
 
Public Delegate Sub LayoutChangedEventHandler( _
   ByVal sender As Object, _
   ByVal e As LayoutChangedArgs _
) 
 

Parameters

sender
The source of the event.
e
A LayoutChangedArgs that does not contain any event data.
Remarks
This delegate is associated with the LayoutChangedArgs event, which is raised after a layout change has occurred within the designer environment. The event provides information about the type of layout change that has taken place, allowing subscribers to respond appropriately.
See Also