This topic has not yet been rated - Rate this topic

AppointmentsSearchEventArgs.State Property

July 26, 2012

Gets a user-defined object that contains information about the operation.

Namespace:  Microsoft.Phone.UserData
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)
public Object State { get; internal set; }

Property Value

Type: System.Object
The user-defined object.

The user passes the State object to the SearchAsync method in the state parameter. The object is stored internally and then passed back to methods invoked by SearchCompleted delegates when the asynchronous operation completes.

Windows Phone OS

Supported in: 7.1

Windows Phone

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.