ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / LayoutChangingEventHandler Delegate
The source of the event.
A LayoutChangingArgs that does not contain any event data.

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

    Parameters

    sender
    The source of the event.
    e
    A LayoutChangingArgs that does not contain any event data.
    See Also