Table of Contents

TTMSMCPResources.OnChanged Event

Occurs when the set of entries changes, so anything derived from the list can be refreshed.

API unit family: TMS.MCP.Resources Declaring type: TTMSMCPResources Type: TNotifyEvent

Syntax

property OnChanged: TNotifyEvent;

Remarks

A server uses this to broadcast that its resource list moved, which reaches clients only when it advertises resource list-change notifications; with that switch off the broadcast is a silent no-op. Adding or removing an entry raises the event; editing a property of an entry that is already in the collection does not.