EApplication_ColorSchemeChangedEventHandler Delegate

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 after a color scheme is changed.

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

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub EApplication_ColorSchemeChangedEventHandler ( _
    SldRange As SlideRange _
)
'Usage
Dim instance As New EApplication_ColorSchemeChangedEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void EApplication_ColorSchemeChangedEventHandler(
    SlideRange SldRange
)

Parameters

Remarks

Actions which trigger this event would include actions such as modifying the color scheme of a slide or slide master, or applying a template.

To access the EApplication_Event events, declare an Application variable in the General Declarations section of your code. Then set the variable equal to the Application object for which you want to access events.

See Also

Reference

Microsoft.Office.Interop.PowerPoint Namespace

ColorSchemeChanged