AddDelegateCompletedEventArgs 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 AddDelegateCompletedEventArgs class provides data for the AddDelegateCompleted event.
public ref class AddDelegateCompletedEventArgs : System::ComponentModel::AsyncCompletedEventArgs
public class AddDelegateCompletedEventArgs : System.ComponentModel.AsyncCompletedEventArgs
Public Class AddDelegateCompletedEventArgs
Inherits AsyncCompletedEventArgs
- Inheritance
-
AddDelegateCompletedEventArgs
Properties
Result |
The Result property gets the response from an asynchronous call to the AddDelegateAsync(AddDelegateType) operation. |