ActiveReports 11
LayoutChangingEventHandler Delegate

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

Parameters

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

Reference

LayoutChangingEventHandler Members
GrapeCity.ActiveReports.Design Namespace