[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.LayoutChangedEventHandler

LayoutChangedEventHandler Delegate

Represents the method that will handle the LayoutChangedEventHandler event.

Namespace: GrapeCity.ActiveReports.Design
Assembly: MESCIUS.ActiveReports.Design.Win.dll
Syntax
public delegate void LayoutChangedEventHandler(object sender, LayoutChangedArgs e)
Parameters
Type Name Description
object sender

The source of the event, typically the object that raised the event.

LayoutChangedArgs e

A LayoutChangedArgs object that contains the event data.

Remarks

This delegate is associated with the LayoutChangedArgs event, which is raised after a layout change has occurred within the designer environment. The event provides information about the type of layout change that has taken place, allowing subscribers to respond appropriately.

Constructors

Name Description
LayoutChangedEventHandler(object, IntPtr)

Methods

Name Description
BeginInvoke(object, LayoutChangedArgs, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, LayoutChangedArgs)