EApplication_WindowSelectionChangeEventHandler Delegate

Office 2010

A delegate for an event in the corresponding object. After you implement a callback method for the event, use this delegate to connect the callback method to the event.

Occurs when the selection of text, a shape, or a slide in the active document window changes, whether in the user interface or in code.

Namespace:  Microsoft.Office.Interop.PowerPoint
Assembly:  Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.dll)

No code example is currently available or this language may not be supported.

Parameters

Sel
Type: Microsoft.Office.Interop.PowerPoint.Selection
Represents the object selected.
Show: