mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-04 17:20:09 +00:00
Set removePreSearch handler to match addPreSearch
This commit is contained in:
2
types/xrm/index.d.ts
vendored
2
types/xrm/index.d.ts
vendored
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user