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

In This Topic
    ServerConnectionChangedEventArgs Class
    In This Topic
    Provides data for the ServerConnectionChanged event.
    Object Model
    ServerConnectionChangedEventArgs Class
    Syntax
    'Declaration
     
    Public Class ServerConnectionChangedEventArgs 
       Inherits System.EventArgs
    public class ServerConnectionChangedEventArgs : 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