combit List & Label 29 - .NET Help
combit.Reporting.Web.WindowsClientWebDesigner.Server Namespace / WindowsClientWebDesignerConfig Class / OnCloseDesignerSession Event


In This Topic
    OnCloseDesignerSession Event
    In This Topic
    Optional: This event is called after a dataprovider which was created in OnRequestDataProvider is disposed, i.e. when the client closes the Windows Client Web Designer. Use this event to dispose the dataproviders and it`s resources. Do not rely on this event being called!
    Syntax
    'Declaration
     
    
    Public Event OnCloseDesignerSession As EventHandler(Of CloseClientSessionEventArgs)
    public event EventHandler<CloseClientSessionEventArgs> OnCloseDesignerSession
    public:
    event EventHandler<CloseClientSessionEventArgs^>^ OnCloseDesignerSession
    Event Data

    The event handler receives an argument of type CloseClientSessionEventArgs containing data related to this event. The following CloseClientSessionEventArgs properties provide information specific to this event.

    PropertyDescription
    ID of the remote data provider session. This ID matches the RequestID of the OnRequestDataProvider event where the dataprovider as instantiated.  
    Requirements

    Platforms: Windows 10 (Version 21H2 - 23H2), Windows 11 (21H2 - 22H2), Windows Server 2016 - 2022
    .NET: .NET Framework 4.8, .NET 6, .NET 7, .NET 8

    See Also