MESCIUS.ActiveReports.Core.Document Assembly / GrapeCity.ActiveReports.Core.Document Namespace / StateChangedHandler Delegate
The sender.
The arguments.

In This Topic
StateChangedHandler Delegate
In This Topic
Event occurs when state changes.
Syntax
'Declaration
 
Public Delegate Sub StateChangedHandler( _
   ByVal sender As Object, _
   ByVal e As StateChangedArgs _
) 
 

Parameters

sender
The sender.
e
The arguments.
See Also