Set removePreSearch handler to match addPreSearch

This commit is contained in:
Derek Finlinson
2019-04-08 09:02:16 -06:00
parent 0ac2719531
commit da6aaf39cc

View File

@@ -2905,7 +2905,7 @@ declare namespace Xrm {
* Removes the handler from the "pre search" event of the Lookup control.
* @param handler The handler.
*/
removePreSearch(handler: () => void): void;
removePreSearch(handler: Events.ContextSensitiveHandler): void;
/**
* Sets the Lookup's default view.