DockLoadCustomToolWindowLayoutDataEventArgs Class
Event arguments for the DockLoadCustomToolWindowLayoutDataEventHandler delegate.
public class DockLoadCustomToolWindowLayoutDataEventArgs : EventArgs
Remarks
This class is used with the DockLoadCustomToolWindowLayoutDataEventHandler delegate to provide a method for allowing custom XML configuration data to be loaded from a tool window layout.
Constructors
DockLoadCustomToolWindowLayoutDataEventArgs(XmlReader)
Initializes a new instance of the DockLoadCustomToolWindowLayoutDataEventArgs class.
public DockLoadCustomToolWindowLayoutDataEventArgs(XmlReader reader)
| Parameter | Type | Description |
|---|---|---|
| reader | XmlReader | The |
Properties
Reader
Gets the XmlReader being used to load the layout.
public XmlReader Reader { get; }
Property Value
- XmlReader:
The
XmlReaderbeing used to load the layout.