Share via


SearchResultEventArgs Class

Definition

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)

Initializes a new instance of the SearchResultEventArgs class.

SearchResultEventArgs(CustomerEntity, Boolean, Guid)

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.

Applies to