SearchResultEventArgs Constructor (CustomerEntity, Boolean, Guid)
Initializes a new instance of the SearchResultEventArgs class.
Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)
Usage
'Usage
Dim customer As CustomerEntity
Dim isNewCustomer As Boolean
Dim ctiCallRefId As Guid
Dim instance As New SearchResultEventArgs(customer, isNewCustomer, ctiCallRefId)
Syntax
'Declaration
Public Sub New ( _
customer As CustomerEntity, _
isNewCustomer As Boolean, _
ctiCallRefId As Guid _
)
public SearchResultEventArgs (
CustomerEntity customer,
bool isNewCustomer,
Guid ctiCallRefId
)
public:
SearchResultEventArgs (
CustomerEntity^ customer,
bool isNewCustomer,
Guid ctiCallRefId
)
public SearchResultEventArgs (
CustomerEntity customer,
boolean isNewCustomer,
Guid ctiCallRefId
)
public function SearchResultEventArgs (
customer : CustomerEntity,
isNewCustomer : boolean,
ctiCallRefId : Guid
)
Parameters
- customer
Specifies the customer record
- isNewCustomer
True if the customer is new, otherwise false.
- ctiCallRefId
Specifies the call reference ID that this customer search is assoicated with.
Remarks
Platforms
See Also
Reference
SearchResultEventArgs Class
SearchResultEventArgs Members
Microsoft.Uii.Desktop.Core Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.