ActiveReports 12
LayoutChangedEventHandler Delegate

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design Namespace : LayoutChangedEventHandler Delegate
The source of the event.
A LayoutChangedArgs that does not contain any event data.
Represents a method that handles the LayoutChanged event.
Syntax
'Declaration
 
Public Delegate Sub LayoutChangedEventHandler( _
   ByVal sender As Object, _
   ByVal e As LayoutChangedArgs _
) 
public delegate void LayoutChangedEventHandler( 
   object sender,
   LayoutChangedArgs e
)

Parameters

sender
The source of the event.
e
A LayoutChangedArgs that does not contain any event data.
See Also

Reference

LayoutChangedEventHandler Members
GrapeCity.ActiveReports.Design Namespace