Share via


CreateItemCompletedEventArgs Members

The CreateItemCompletedEventArgs class provides data for the CreateItemCompleted event.

The following tables list the members exposed by the CreateItemCompletedEventArgs type.

Public Fields

  Name Description
Bb402413.pubfield(en-us,EXCHG.80).gifBb402413.static(en-us,EXCHG.80).gif Empty  (inherited from EventArgs )

Top

Public Properties

  Name Description
Bb402413.pubproperty(en-us,EXCHG.80).gif Cancelled  (inherited from AsyncCompletedEventArgs )
Bb402413.pubproperty(en-us,EXCHG.80).gif Error  (inherited from AsyncCompletedEventArgs )
Bb402413.pubproperty(en-us,EXCHG.80).gif Result The Result property gets the response from an asynchronous call to the CreateItem operation.
Bb402413.pubproperty(en-us,EXCHG.80).gif UserState  (inherited from AsyncCompletedEventArgs )

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb402413.pubmethod(en-us,EXCHG.80).gif Equals  Overloaded. (inherited from Object )
Bb402413.pubmethod(en-us,EXCHG.80).gif GetHashCode  (inherited from Object )
Bb402413.pubmethod(en-us,EXCHG.80).gif GetType  (inherited from Object )
Bb402413.pubmethod(en-us,EXCHG.80).gifBb402413.static(en-us,EXCHG.80).gif ReferenceEquals  (inherited from Object )
Bb402413.pubmethod(en-us,EXCHG.80).gif ToString  (inherited from Object )

Top

Protected Methods

  Name Description
Bb402413.protmethod(en-us,EXCHG.80).gif Finalize  (inherited from Object )
Bb402413.protmethod(en-us,EXCHG.80).gif MemberwiseClone  (inherited from Object )
Bb402413.protmethod(en-us,EXCHG.80).gif RaiseExceptionIfNecessary  (inherited from AsyncCompletedEventArgs )

Top