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

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

Glossary Item Box

Represents a method that handles the LayoutChanging method.

Syntax

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

Parameters

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

See Also