Skip to content

Commit 80c9adf

Browse files
ElizabethSamuel-MSFTgithub-actions
andauthored
Automatically generated docs (#2335)
Co-authored-by: github-actions <github-actions@github.com>
1 parent 7ea3b3b commit 80c9adf

File tree

33 files changed

+95
-95
lines changed

33 files changed

+95
-95
lines changed

docs/docs-ref-autogen/office/office/office.eventtype.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,30 @@ fields:
144144
uid: office!Office.EventType.DocumentSelectionChanged:member
145145
package: office!
146146
summary: Triggers when a document-level selection happens in Excel or Word.
147+
- name: DragAndDropEvent
148+
uid: office!Office.EventType.DragAndDropEvent:member
149+
package: office!
150+
summary: >-
151+
Occurs in Outlook on the web and the new Outlook on Windows when messages
152+
or file attachments in the Outlook client window are dragged then dropped
153+
into the task pane of an add-in.
154+
155+
156+
To add an event handler for the `DragAndDropEvent` event, use the
157+
`addHandlerAsync` method of the `Mailbox` object. The event handler
158+
receives an argument of type
159+
[Office.DragAndDropEventArgs](https://learn.microsoft.com/javascript/api/outlook/office.draganddropeventargs)<!--
160+
-->.
161+
162+
163+
**Important**: The `DragAndDropEvent` event isn't supported in Outlook
164+
on Windows (classic) and on Mac. If the `DragAndDropEvent` handler runs on
165+
these clients, an error occurs ("This event isn't supported on this
166+
platform.").
167+
168+
169+
\[ [API set: Mailbox
170+
1.5](/office/dev/add-ins/reference/javascript-api-for-office) \]
147171
- name: EnhancedLocationsChanged
148172
uid: office!Office.EventType.EnhancedLocationsChanged:member
149173
package: office!
@@ -245,30 +269,6 @@ fields:
245269
`addHandlerAsync` method of the `Mailbox` object.
246270
247271
248-
\[ [API set: Mailbox
249-
1.5](/office/dev/add-ins/reference/javascript-api-for-office) \]
250-
- name: ItemDraggedAndDropped
251-
uid: office!Office.EventType.ItemDraggedAndDropped:member
252-
package: office!
253-
summary: >-
254-
Occurs in Outlook on the web and the new Outlook on Windows when messages
255-
or file attachments in the Outlook client window are dragged then dropped
256-
into the task pane of an add-in.
257-
258-
259-
To add an event handler for the `ItemDraggedAndDropped` event, use the
260-
`addHandlerAsync` method of the `Mailbox` object. The event handler
261-
receives an argument of type
262-
[Office.DragAndDropEventArgs](https://learn.microsoft.com/javascript/api/outlook/office.draganddropeventargs)<!--
263-
-->.
264-
265-
266-
**Important**: The `ItemDraggedAndDropped` event isn't supported in
267-
Outlook on Windows (classic) and on Mac. If the `ItemDraggedAndDropped`
268-
handler runs on these clients, an error occurs ("This event isn't
269-
supported on this platform.").
270-
271-
272272
\[ [API set: Mailbox
273273
1.5](/office/dev/add-ins/reference/javascript-api-for-office) \]
274274
- name: NodeDeleted

docs/docs-ref-autogen/office/office/office.officetheme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ properties:
140140
fullName: fluentThemeData
141141
summary: Gets the Office host native theme.
142142
remarks: >-
143-
**Important**: The `fluentThemeData` property is only supported on
144-
Win32.
143+
**Important**: The `fluentThemeData` property is only supported on the
144+
Excel, PowerPoint, and Word desktop clients for Windows.
145145
146146
isPreview: false
147147
isDeprecated: false

docs/docs-ref-autogen/office_release/office/office.eventtype.yml

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,30 @@ fields:
144144
uid: office!Office.EventType.DocumentSelectionChanged:member
145145
package: office!
146146
summary: Triggers when a document-level selection happens in Excel or Word.
147+
- name: DragAndDropEvent
148+
uid: office!Office.EventType.DragAndDropEvent:member
149+
package: office!
150+
summary: >-
151+
Occurs in Outlook on the web and the new Outlook on Windows when messages
152+
or file attachments in the Outlook client window are dragged then dropped
153+
into the task pane of an add-in.
154+
155+
156+
To add an event handler for the `DragAndDropEvent` event, use the
157+
`addHandlerAsync` method of the `Mailbox` object. The event handler
158+
receives an argument of type
159+
[Office.DragAndDropEventArgs](https://learn.microsoft.com/javascript/api/outlook/office.draganddropeventargs)<!--
160+
-->.
161+
162+
163+
**Important**: The `DragAndDropEvent` event isn't supported in Outlook
164+
on Windows (classic) and on Mac. If the `DragAndDropEvent` handler runs on
165+
these clients, an error occurs ("This event isn't supported on this
166+
platform.").
167+
168+
169+
\[ [API set: Mailbox
170+
1.5](/office/dev/add-ins/reference/javascript-api-for-office) \]
147171
- name: EnhancedLocationsChanged
148172
uid: office!Office.EventType.EnhancedLocationsChanged:member
149173
package: office!
@@ -245,30 +269,6 @@ fields:
245269
`addHandlerAsync` method of the `Mailbox` object.
246270
247271
248-
\[ [API set: Mailbox
249-
1.5](/office/dev/add-ins/reference/javascript-api-for-office) \]
250-
- name: ItemDraggedAndDropped
251-
uid: office!Office.EventType.ItemDraggedAndDropped:member
252-
package: office!
253-
summary: >-
254-
Occurs in Outlook on the web and the new Outlook on Windows when messages
255-
or file attachments in the Outlook client window are dragged then dropped
256-
into the task pane of an add-in.
257-
258-
259-
To add an event handler for the `ItemDraggedAndDropped` event, use the
260-
`addHandlerAsync` method of the `Mailbox` object. The event handler
261-
receives an argument of type
262-
[Office.DragAndDropEventArgs](https://learn.microsoft.com/javascript/api/outlook/office.draganddropeventargs)<!--
263-
-->.
264-
265-
266-
**Important**: The `ItemDraggedAndDropped` event isn't supported in
267-
Outlook on Windows (classic) and on Mac. If the `ItemDraggedAndDropped`
268-
handler runs on these clients, an error occurs ("This event isn't
269-
supported on this platform.").
270-
271-
272272
\[ [API set: Mailbox
273273
1.5](/office/dev/add-ins/reference/javascript-api-for-office) \]
274274
- name: NodeDeleted

docs/docs-ref-autogen/office_release/office/office.officetheme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ properties:
140140
fullName: fluentThemeData
141141
summary: Gets the Office host native theme.
142142
remarks: >-
143-
**Important**: The `fluentThemeData` property is only supported on
144-
Win32.
143+
**Important**: The `fluentThemeData` property is only supported on the
144+
Excel, PowerPoint, and Word desktop clients for Windows.
145145
146146
isPreview: false
147147
isDeprecated: false

docs/docs-ref-autogen/outlook/outlook/office.draganddropeventargs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fullName: Office.DragAndDropEventArgs
66
summary: >-
77
Provides details about the mouse pointer position and the messages or file
88
attachments being dragged and dropped into an add-in's task pane when the
9-
`Office.EventType.ItemDraggedAndDropped` event is raised.
9+
`Office.EventType.DragAndDropEvent` event is raised.
1010
remarks: >-
1111
\[ [API set: Mailbox
1212
1.5](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]

docs/docs-ref-autogen/outlook_1_10/outlook/office.draganddropeventargs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fullName: Office.DragAndDropEventArgs
66
summary: >-
77
Provides details about the mouse pointer position and the messages or file
88
attachments being dragged and dropped into an add-in's task pane when the
9-
`Office.EventType.ItemDraggedAndDropped` event is raised.
9+
`Office.EventType.DragAndDropEvent` event is raised.
1010
remarks: >-
1111
\[ [API set: Mailbox
1212
1.5](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]

docs/docs-ref-autogen/outlook_1_11/outlook/office.draganddropeventargs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fullName: Office.DragAndDropEventArgs
66
summary: >-
77
Provides details about the mouse pointer position and the messages or file
88
attachments being dragged and dropped into an add-in's task pane when the
9-
`Office.EventType.ItemDraggedAndDropped` event is raised.
9+
`Office.EventType.DragAndDropEvent` event is raised.
1010
remarks: >-
1111
\[ [API set: Mailbox
1212
1.5](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]

docs/docs-ref-autogen/outlook_1_12/outlook/office.draganddropeventargs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fullName: Office.DragAndDropEventArgs
66
summary: >-
77
Provides details about the mouse pointer position and the messages or file
88
attachments being dragged and dropped into an add-in's task pane when the
9-
`Office.EventType.ItemDraggedAndDropped` event is raised.
9+
`Office.EventType.DragAndDropEvent` event is raised.
1010
remarks: >-
1111
\[ [API set: Mailbox
1212
1.5](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]

docs/docs-ref-autogen/outlook_1_13/outlook/office.draganddropeventargs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fullName: Office.DragAndDropEventArgs
66
summary: >-
77
Provides details about the mouse pointer position and the messages or file
88
attachments being dragged and dropped into an add-in's task pane when the
9-
`Office.EventType.ItemDraggedAndDropped` event is raised.
9+
`Office.EventType.DragAndDropEvent` event is raised.
1010
remarks: >-
1111
\[ [API set: Mailbox
1212
1.5](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]

docs/docs-ref-autogen/outlook_1_14/outlook/office.draganddropeventargs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ fullName: Office.DragAndDropEventArgs
66
summary: >-
77
Provides details about the mouse pointer position and the messages or file
88
attachments being dragged and dropped into an add-in's task pane when the
9-
`Office.EventType.ItemDraggedAndDropped` event is raised.
9+
`Office.EventType.DragAndDropEvent` event is raised.
1010
remarks: >-
1111
\[ [API set: Mailbox
1212
1.5](/javascript/api/requirement-sets/outlook/outlook-api-requirement-sets) \]

0 commit comments

Comments
 (0)