Represents the method that will handle the loading of custom XML configuration data from a tool window layout file.
Parameters
Name | Type | Description |
---|---|---|
sender | object | Sender of the event. |
e | Dock |
A Dock |
Remarks
When you create a DockLoadCustomToolWindowLayoutDataEventHandler
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
DockLoadCustomToolWindowLayoutDataEventHandler(object, nint)
Methods
BeginInvoke(object, DockLoadCustomToolWindowLayoutDataEventArgs, AsyncCallback, object)
Parameter | Type | Description |
---|---|---|
sender | object | |
e | Dock |
|
callback | Async |
|
object | object |
Returns
EndInvoke(IAsyncResult)
Parameter | Type | Description |
---|---|---|
result | IAsync |
Invoke(object, DockLoadCustomToolWindowLayoutDataEventArgs)
Parameter | Type | Description |
---|---|---|
sender | object | |
e | Dock |