You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: powerapps-docs/developer/model-driven-apps/clientapi/reference/controls/addOnLookupTagClick.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,8 @@
1
1
---
2
2
title: "addOnLookupTagClick (Client API reference) in model-driven apps| MicrosoftDocs"
3
-
ms.date: 02/11/2020
3
+
ms.date: 02/24/2020
4
4
ms.service: powerapps
5
5
ms.topic: "reference"
6
-
ms.assetid: d18136d2-a3cf-4440-8e6b-1703594acd79
7
6
author: "KumarVivek"
8
7
ms.author: "kvivek"
9
8
manager: "annbe"
@@ -29,7 +28,7 @@ Lookup
29
28
30
29
|Name|Type|Required|Description|
31
30
|--|--|--|--|
32
-
|myFunction|Function reference|Yes|The function to add to the **OnLookupTagClick** event. The [execution context](../../../clientapi-execution-context.md) is automatically passed as the first parameter to this function along with eventArgs that contain the tag value. More information: [OnLookupTagClick event](../events/onlookuptagclick.md).<br/><br/>You should use a reference to a named function rather than an anonymous function if you later want to remove the event handler.|
31
+
|myFunction|Function reference|Yes|The function to add to the **OnLookupTagClick** event. The [execution context](../../clientapi-execution-context.md) is automatically passed as the first parameter to this function along with eventArgs that contain the tag value. More information: [OnLookupTagClick event](../events/onlookuptagclick.md).<br/><br/>You should use a reference to a named function rather than an anonymous function if you later want to remove the event handler.|
0 commit comments