
C# | Visual Basic | Visual C++ |
public class SearchCompletedEventArgs : AsyncCompletedEventArgs
Public Class SearchCompletedEventArgs _ Inherits AsyncCompletedEventArgs
public ref class SearchCompletedEventArgs : public AsyncCompletedEventArgs

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | SearchCompletedEventArgs(array<Object>[]()[], Exception, Boolean, Object) | |
![]() | Cancelled |
Gets a value indicating whether an asynchronous operation has been canceled.
(Inherited from AsyncCompletedEventArgs.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Error |
Gets a value indicating which error occurred during an asynchronous operation.
(Inherited from AsyncCompletedEventArgs.) |
![]() | GetHashCode()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetType()()() |
Gets the Type of the current instance.
(Inherited from Object.) |
![]() | Result | |
![]() | ToString()()() | (Inherited from Object.) |
![]() | UserState |
Gets the unique identifier for the asynchronous task.
(Inherited from AsyncCompletedEventArgs.) |

Object | |||
![]() | EventArgs | ||
![]() | AsyncCompletedEventArgs | ||
![]() | SearchCompletedEventArgs |