[]
Represents the method that will handle the StatusChanged event.
public delegate void StatusChangedEventHandler(object sender, EventArgs e)
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. |
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.
Name | Description |
---|---|
StatusChangedEventHandler(object, IntPtr) |
Name | Description |
---|---|
BeginInvoke(object, EventArgs, AsyncCallback, object) | |
EndInvoke(IAsyncResult) | |
Invoke(object, EventArgs) |