Skip to content

Commit 5f6f6e6

Browse files
authored
Merge pull request MicrosoftDocs#3241 from MicrosoftDocs/chmoncay-patch-2
Update control-attachments.md
2 parents c308549 + 6bc958e commit 5f6f6e6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

powerapps-docs/maker/canvas-apps/controls/control-attachments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: kvivek
66
ms.service: powerapps
77
ms.topic: reference
88
ms.custom: canvas
9-
ms.date: 03/09/2020
9+
ms.date: 08/10/2020
1010
ms.author: chmoncay
1111
ms.reviewer: tapanm
1212
search.audienceType:
@@ -35,11 +35,11 @@ An **Attachments** control lets you open, add, and delete files from a SharePoin
3535

3636
**MaxAttachmentSize** – The maximum allowed file size in MB of each new attachment. Currently there is a limit of 10 MB.
3737

38-
**OnAttach** – How the app responds when the user adds a new file attachment.
38+
**OnAddFile** – How the app responds when the user adds a new file attachment.
3939

40-
**OnRemove** – How the app responds when the user deletes an existing attachment.
40+
**OnRemoveFile** – How the app responds when the user deletes an existing attachment.
4141

42-
**[OnSelect](properties-core.md)** – How the app responds when the user clicks on an attachment.
42+
**OnUndoRemoveFile** – How the app responds when the user restores a deleted attachment.
4343

4444
## Additional properties
4545
**[AccessibleLabel](properties-accessibility.md)** – Label for screen readers. Should describe the purpose of the attachments.

0 commit comments

Comments
 (0)