ActiveReports 9
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 System.Object, _
   ByVal e As StateChangedArgs _
) 
public delegate void StateChangedHandler( 
   System.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

 

 


Copyright © 2016 GrapeCity, inc. All rights reserved

Support Forum