ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document Namespace / StateChangedHandler Delegate
Source of the event.
An EventArgs value that contains the event data.

In This Topic
    StateChangedHandler Delegate
    In This Topic
    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