Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 921 Bytes

PowerPoint.application.afterdragdroponslide.md

File metadata and controls

32 lines (21 loc) · 921 Bytes
title keywords f1_keywords ms.assetid ms.date ms.localizationpriority
Application.AfterDragDropOnSlide event (PowerPoint)
vbapp10.chm621032
vbapp10.chm621032
1de9f2a4-565b-152a-452a-cb0c1a135c35
06/05/2019
medium

Application.AfterDragDropOnSlide event (PowerPoint)

Occurs after an object with the clipboard format "PowerPoint Drop Trigger" has been dropped onto a slide in an open presentation.

Syntax

expression.AfterDragDropOnSlide (Sld, X, Y)

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
Sld Required Slide The slide that raised the event (that is, had a shape added to it).
X Required Single
Y Required Single

[!includeSupport and feedback]