Version

ResultChangedEventArgs Class Members

The following tables list the members exposed by ResultChangedEventArgs.

Public Constructors
 NameDescription
Public ConstructorResultChangedEventArgs ConstructorInitializes a new instance of the ResultChangedEventArgs class.  
Public Properties
 NameDescription
Public PropertyCancelled (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
Public PropertyError (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
Public PropertyResultGets the result.  
Public PropertySourceStateGets the data source state related to Result.  
Public PropertyUserState (Inherited from System.ComponentModel.AsyncCompletedEventArgs)
Protected Methods
See Also