Udostępnij za pośrednictwem


SearchResultEventArgs Constructor (CustomerEntity, Boolean)

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 instance As New SearchResultEventArgs(customer, isNewCustomer)

Syntax

'Declaration
Public Sub New ( _
    customer As CustomerEntity, _
    isNewCustomer As Boolean _
)
public SearchResultEventArgs (
    CustomerEntity customer,
    bool isNewCustomer
)
public:
SearchResultEventArgs (
    CustomerEntity^ customer, 
    bool isNewCustomer
)
public SearchResultEventArgs (
    CustomerEntity customer, 
    boolean isNewCustomer
)
public function SearchResultEventArgs (
    customer : CustomerEntity, 
    isNewCustomer : boolean
)

Parameters

  • customer
    Specifies the customer record
  • isNewCustomer
    True if the customer is new, otherwise false.

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.