PPGEventContext.InspectedObjects operator

Introduced

v8.0 (2010)

Description

Returns a ProjectItemCollection containing the objects that are being inspected by a Property Page. The only case where the collection will contain more than one object is if the Property Page is in Multi-edit mode. This should not be confused with the case where a single Property Page frame is inspecting multiple objects at the same time, one above the other.

C# Syntax

// get accessor
ProjectItemCollection rtn = PPGEventContext.InspectedObjects;

See Also

PPGEventContext.EventID