Web.HTTPApp.TWebSessionManager.OnRemoved

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnRemoved;

C++

__property OnRemoved;

Properties

Type Visibility Source Unit Parent
event published
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TWebSessionManager

Description

Event firing after a session is removed.

Web.HTTPApp.TWebSessionManager.OnRemoved inherits from Web.HTTPApp.TCustomWebSessionManager.OnRemoved. All content below this line refers to Web.HTTPApp.TCustomWebSessionManager.OnRemoved.


Event firing after a session is removed.

See Also