Fired when the
GetItemAsync completes.
Syntax
Event Data
The event handler receives an argument of type GetItemCompletedEventArgs containing data related to this event. The following GetItemCompletedEventArgs properties provide information specific to this event.
Property | Description |
---|
Error | Gets a value that indicates which error occurred during an asynchronous operation. |
ItemInfo | Gets the web document metadata. |
UserState | Gets the unique identifier for the asynchronous task. |
Requirements
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7
See Also