PresEvents Interface

This is an event interface in a COM coclass that is required by managed code for interoperability with the corresponding COM object. This interface is not intended to be used in your code.

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

Syntax

'Declaration
<GuidAttribute("91493463-5A91-11CF-8700-00AA0060263B")> _
<InterfaceTypeAttribute()> _
Public Interface PresEvents
'Usage
Dim instance As PresEvents
[GuidAttribute("91493463-5A91-11CF-8700-00AA0060263B")]
[InterfaceTypeAttribute()]
public interface PresEvents

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace