ActiveReports Developer 7
LayoutChangedEventHandler Delegate
See Also 
GrapeCity.ActiveReports.Design.Win.v7 Assembly > GrapeCity.ActiveReports.Design Namespace : LayoutChangedEventHandler Delegate

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

Glossary Item Box

Represents a method that handles the LayoutChanged event.

Syntax

Visual Basic (Declaration) 
Public Delegate Sub LayoutChangedEventHandler( _
   ByVal sender As System.Object, _
   ByVal e As LayoutChangedArgs _
) 
C# 
public delegate void LayoutChangedEventHandler( 
   System.object sender,
   LayoutChangedArgs e
)

Parameters

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

See Also