ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Layout Namespace / LayoutNotificationCallback Delegate

In This Topic
    LayoutNotificationCallback Delegate
    In This Topic
    Specifies notification callback for layout operation.
    Syntax
    'Declaration
     
    Public Delegate Function LayoutNotificationCallback( _
       ByVal state As LayoutState _
    ) As Boolean
    public delegate bool LayoutNotificationCallback( 
       LayoutState state
    )

    Parameters

    state

    Return Value

    true to continue layout or false to cancel layout
    See Also