ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / LayoutChangingArgs Class / Type Property

In This Topic
    Type Property (LayoutChangingArgs)
    In This Topic
    Returns the type of layout change that is to occur.
    Syntax
    'Declaration
     
    Public ReadOnly Property Type As LayoutChangeType
    public LayoutChangeType Type {get;}

    Property Value

    LayoutChangeType enumeration.
    Remarks
    The Type property provides detailed information about the nature of the layout change, enabling event handlers and other parts of the application to respond appropriately to different types of changes.
    See Also

    Reference

    LayoutChangingArgs Class
    LayoutChangingArgs Members
    LayoutChangeType Enumeration