[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.DesignerTabChangedEventHandler

DesignerTabChangedEventHandler Delegate

Represents the method that handles the DesignerTabChangedEventArgs event, which occurs when the active tab in the designer changes.

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

The source of the event, typically the designer surface or control that the tab change occurred in.

DesignerTabChangedEventArgs e

A DesignerTabChangedEventArgs instance containing the event data, including the newly activated tab.

Remarks

This delegate is used in conjunction with the DesignerTabChangedEventArgs event to provide a way for applications to respond to changes in the active tab within the designer interface. When the active tab changes, the event is raised, and any registered handlers are invoked.

Constructors

Name Description
DesignerTabChangedEventHandler(object, IntPtr)

Methods

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