Web.HTTPApp.TCustomWebSessionManager.OnRemoved

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnRemoved: TWebSessionEvent read FOnRemoved write FOnRemoved;

C++

__property TWebSessionEvent OnRemoved = {read=FOnRemoved, write=FOnRemoved};

Properties

Type Visibility Source Unit Parent
event public
Web.HTTPApp.pas
Web.HTTPApp.hpp
Web.HTTPApp TCustomWebSessionManager

Description

Event firing after a session is removed.

See Also