ActiveReports 12
StatusChangedEventHandler Delegate

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design Namespace : StatusChangedEventHandler Delegate
The source of the event.
LayoutChangingArgs class which contains the event data.
Represents a method that handles the StatusChanged event.
Syntax
'Declaration
 
Public Delegate Sub StatusChangedEventHandler( _
   ByVal sender As Object, _
   ByVal e As EventArgs _
) 
public delegate void StatusChangedEventHandler( 
   object sender,
   EventArgs e
)

Parameters

sender
The source of the event.
e
LayoutChangingArgs class which contains the event data.
See Also

Reference

StatusChangedEventHandler Members
GrapeCity.ActiveReports.Design Namespace