'Declaration Public Event RenderCompleted As EventHandler(Of AsyncCompletedEventArgs)
public event EventHandler<AsyncCompletedEventArgs> RenderCompleted
Event Data
The event handler receives an argument of type AsyncCompletedEventArgs containing data related to this event. The following AsyncCompletedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Cancelled | |
| Error | |
| UserState |
See Also