Dundas.SharePoint.Charting.WebParts Send comments on this topic.
CloseWorkbookCompletedEventArgs Class Members
See Also  Properties  Methods 
Dundas.SharePoint.Charting.WebParts.ExcelWebService Namespace : CloseWorkbookCompletedEventArgs Class


The following tables list the members exposed by CloseWorkbookCompletedEventArgs.

Public Properties

  Name Description
Public Property Cancelled Gets a value indicating whether an asynchronous operation has been canceled. (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
Public Property Error Gets a value indicating which error occurred during an asynchronous operation. (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
Public Property Result  
Public Property UserState Gets the unique identifier for the asynchronous task. (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
Top

Protected Methods

  Name Description
Protected Method RaiseExceptionIfNecessary Raises a user-supplied exception if an asynchronous operation failed. (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
Top

See Also