[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.LayoutChangingArgs

LayoutChangingArgs Class

Holds the changing information for the designer.

Inheritance
LayoutChangingArgs
Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public class LayoutChangingArgs : EventArgs

Constructors

Name Description
LayoutChangingArgs(LayoutChangeType, SelectionType, string, object, object, string, string)

Initializes a new instance of the LayoutChangingArgs class with specified details about the layout change.

Properties

Name Description
AllowChange

Gets or sets a value indicating whether the layout change is allowed to proceed.

Name

Gets a value representing the name associated with the layout change.

NewSectionName

Gets a value representing the new name of the section following the layout change.

NewValue

Gets a value representing the new value associated with the layout change.

OldSectionName

Gets a value representing the original name of the section before it was renamed.

OldValue

Gets a value representing the old value prior to the layout change.

Type

Gets a value representing the type of the layout change that has occurred.