ActiveReports 12
StateChangedHandler Delegate

GrapeCity.ActiveReports.Document.v12 Assembly > GrapeCity.ActiveReports.Document Namespace : StateChangedHandler Delegate
Source of the event.
An EventArgs value that contains the event data.
Specifies the type of the StateChanged event of a Document.
Syntax
'Declaration
 
Public Delegate Sub StateChangedHandler( _
   ByVal sender As Object, _
   ByVal e As StateChangedArgs _
) 
public delegate void StateChangedHandler( 
   object sender,
   StateChangedArgs e
)

Parameters

sender
Source of the event.
e
An EventArgs value that contains the event data.
See Also

Reference

StateChangedHandler Members
GrapeCity.ActiveReports.Document Namespace