[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.ServerConnectionChangedEventHandler

ServerConnectionChangedEventHandler Delegate

Represents the method that will handle the ServerConnectionChanged event.

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

The source of the event, typically the component or control that monitors server connections.

ServerConnectionChangedEventArgs e

A ServerConnectionChangedEventArgs object that contains the event data.

Remarks

This delegate is used for handling ServerConnectionChanged events, which are triggered when there is a change in the connection status to a server. The event provides detailed information about the connection status, including whether the connection is currently established and the URL of the server. This can be useful for updating UI elements or triggering other actions based on the connection status.

Constructors

Name Description
ServerConnectionChangedEventHandler(object, IntPtr)

Methods

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