Skip to content

Latest commit

 

History

History
43 lines (31 loc) · 1.04 KB

File metadata and controls

43 lines (31 loc) · 1.04 KB
title description author ms.author ms.date ms.reviewer ms.topic applies_to search.audienceType contributors
removeOnResultOpened (Client API reference) in model-driven apps| MicrosoftDocs
Includes description and supported parameters for the removeOnResultOpened method.
chmoncay
chmoncay
03/12/2022
jdaly
reference
Dynamics 365 (online)
developer
JimDaly

removeOnResultOpened (Client API reference)

Removes an event handler from the OnResultOpened event.

Control types supported

knowledge base search control

Syntax

var kbSearchControl = formContext.getControl("<name>");
kbSearchControl.removeOnResultOpened(myFunction);

Parameters

Name Type Required Description
myFunction Function Yes The function to remove from the OnResultOpened event.

Related articles

OnResultOpened event
addOnResultOpened

[!INCLUDEfooter-include]