MESCIUS.ActiveReports.Design.Win Assembly / GrapeCity.ActiveReports.Design Namespace / ServerConnectionChangedEventArgs Class
Members

ServerConnectionChangedEventArgs Class
Provides data for the ServerConnectionChanged event.
Object Model
ServerConnectionChangedEventArgs Class
Syntax
'Declaration
 
Public Class ServerConnectionChangedEventArgs 
   Inherits System.EventArgs
 
Remarks
This class contains information related to changes in the server connection status. It is used by the ServerConnectionChanged event to convey the new connection state and the server URL to event handlers. This allows subscribers to react appropriately to changes in server connectivity, such as updating UI elements or handling disconnections.
Inheritance Hierarchy

System.Object
   System.EventArgs
      GrapeCity.ActiveReports.Design.ServerConnectionChangedEventArgs

See Also