UpdateItemCompletedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The UpdateItemCompletedEventArgs class provides data for the UpdateItemCompleted event.
public ref class UpdateItemCompletedEventArgs : System::ComponentModel::AsyncCompletedEventArgs
public class UpdateItemCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
Public Class UpdateItemCompletedEventArgs
Inherits AsyncCompletedEventArgs
- Inheritance
-
UpdateItemCompletedEventArgs
Properties
Result |
The Result property returns the results of an asynchonous call to the UpdateItemAsync(UpdateItemType) method. |