Represents the method that will handle Markup
Parameters
Name | Type | Description |
---|---|---|
sender | object | Sender of the event. |
e | Markup |
A Markup |
Remarks
When you create a MarkupLabelDownloadImageEventHandler
delegate, you identify the method that will handle the event.
To associate the event with your event handler, add an instance of the delegate to the event.
The event handler is called whenever the event occurs, unless you remove the delegate.
Constructors
MarkupLabelDownloadImageEventHandler(object, nint)
Methods
BeginInvoke(object, MarkupLabelDownloadImageEventArgs, AsyncCallback, object)
Parameter | Type | Description |
---|---|---|
sender | object | |
e | Markup |
|
callback | Async |
|
object | object |
Returns
EndInvoke(IAsyncResult)
Parameter | Type | Description |
---|---|---|
result | IAsync |
Invoke(object, MarkupLabelDownloadImageEventArgs)
Parameter | Type | Description |
---|---|---|
sender | object | |
e | Markup |