Skip to content

Commit f91a88f

Browse files
committed
More fixes
1 parent a63f85f commit f91a88f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

powerapps-docs/developer/model-driven-apps/clientapi/TOC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- name: Grid OnSave event
2323
href: ./reference/events/grid-onsave.md
2424
- name: OnLookupTagClick event
25-
href: ./reference/events/onlookuptagclickevent.md
25+
href: ./reference/events/onlookuptagclick.md
2626
- name: OnProcessStatusChange event
2727
href: ./reference/events/onprocessstatuschange.md
2828
- name: OnPreProcessStatusChange event

powerapps-docs/developer/model-driven-apps/clientapi/reference/controls/addOnLookupTagClick.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Lookup
2929

3030
|Name|Type|Required|Description|
3131
|--|--|--|--|
32-
|myFunction|Function reference|Yes|The function to add to the [OnLookupTagClick](../events/onlookuptagclick.md) event. The [execution context]((../../../clientapi-execution-context.md)) is automatically passed as the first parameter to this function, and its eventArgs includes the tag value.<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.|
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.|
3333

3434
### Related topics
3535

0 commit comments

Comments
 (0)