[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.StatusChangedEventHandler

StatusChangedEventHandler Delegate

Represents the method that will handle the StatusChanged event.

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

The source of the event, typically the object whose status has changed.

EventArgs e

An EventArgs object that contains no event data.

Remarks

This delegate is used for handling StatusChanged events, which are triggered when there is a change in the status of an object within the ActiveReports designer environment. The event is a general-purpose notification mechanism that can be used to signal various status changes, such as connection status, editing mode, or other state transitions that do not require additional data to describe.

Constructors

Name Description
StatusChangedEventHandler(object, IntPtr)

Methods

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