Skip to content

Commit 4e464d5

Browse files
authored
Updated YAML, intro, and bookmarks
1 parent ad2251a commit 4e464d5

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/sp-add-ins/handle-list-item-events-in-the-provider-hosted-add-in.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,12 @@
11
---
22
title: Handle list item events in the provider-hosted add-in
3-
ms.date: 10/31/2017
3+
description: Programmatically deploy a list, create and register the list item event receiver, and run the provider-hosted SharePoint Add-in and test the receiver.
4+
ms.date: 11/02/2017
45
ms.prod: sharepoint
56
---
67

78
# Handle list item events in the provider-hosted add-in
89

9-
Learn how to handle list item events in a provider-hosted SharePoint Add-in.
10-
11-
> [!NOTE]
12-
> The name "apps for SharePoint" is changing to "SharePoint Add-ins." During the transition, the documentation and the UI of some SharePoint products and Visual Studio tools might still use the term "apps for SharePoint." For details, see [New name for apps for SharePoint](new-name-for-apps-for-sharepoint.md).
13-
1410
This is the tenth in a series of articles about the basics of developing provider-hosted SharePoint Add-ins. You should first be familiar with [SharePoint Add-ins](sharepoint-add-ins.md) and the previous articles in this series:
1511

1612
- [Get started creating provider-hosted SharePoint Add-ins](get-started-creating-provider-hosted-sharepoint-add-ins.md)
@@ -102,7 +98,7 @@ In this article, you create a handler for this list item event and then programm
10298

10399
2. In the **DeployChainStoreComponentsToHostWeb** method, add the following line, just above the line `RemoteTenantVersion = localTenantVersion`.
104100

105-
```
101+
```C#
106102
CreateExpectedShipmentsList();
107103
```
108104

0 commit comments

Comments
 (0)