SearchResultEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the event arguments for the search result event.
public ref class SearchResultEventArgs sealed : EventArgs
public sealed class SearchResultEventArgs : EventArgs
type SearchResultEventArgs = class
inherit EventArgs
Public NotInheritable Class SearchResultEventArgs
Inherits EventArgs
- Inheritance
-
SearchResultEventArgs
Constructors
SearchResultEventArgs() |
Initializes a new instance of the SearchResultEventArgs class. |
SearchResultEventArgs(CustomerEntity, Boolean, Guid) |
Initializes a new instance of the SearchResultEventArgs class. |
SearchResultEventArgs(CustomerEntity, Boolean) |
Initializes a new instance of the SearchResultEventArgs class. |
Properties
CtiCallRefId |
Gets or sets the CTI call reference ID that is associated with the customer search. |
DesktopCustomer |
Gets or sets the customer object. |
IsNewCustomer |
Gets or sets a Boolean value that specifies whether the customer is a new customer. |