GetDelegateCompletedEventHandler Delegate
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 GetDelegateCompletedEventHandler is the delegate type that defines the event handler that is called when the corresponding asynchronous operation is complete.
public delegate void GetDelegateCompletedEventHandler(System::Object ^ sender, GetDelegateCompletedEventArgs ^ e);
public delegate void GetDelegateCompletedEventHandler(object sender, GetDelegateCompletedEventArgs e);
Public Delegate Sub GetDelegateCompletedEventHandler(sender As Object, e As GetDelegateCompletedEventArgs)
Parameters
- sender
- Object