ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / StatusChangedEventHandler Delegate
The source of the event.
LayoutChangingArgs class which contains the event data.

In This Topic
    StatusChangedEventHandler Delegate
    In This Topic
    Represents a method that handles the StatusChanged event.
    Syntax
    'Declaration
     
    Public Delegate Sub StatusChangedEventHandler( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    public delegate void StatusChangedEventHandler( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    The source of the event.
    e
    LayoutChangingArgs class which contains the event data.
    See Also