GetDelegateCompletedEventArgs 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 GetDelegateCompletedEventArgs class provides data for the GetDelegateCompleted event.
public ref class GetDelegateCompletedEventArgs : System::ComponentModel::AsyncCompletedEventArgs
public class GetDelegateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
Public Class GetDelegateCompletedEventArgs
Inherits AsyncCompletedEventArgs
- Inheritance
-
GetDelegateCompletedEventArgs
Properties
Result |
The Result property gets the response from the asynchronous call to the GetDelegateAsync(GetDelegateType) method. |