ActiveReports 8
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 System.Object, _
   ByVal e As System.EventArgs _
) 
public delegate void StatusChangedEventHandler( 
   System.object sender,
   System.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

Support Forum