In This Article

DockLoadCustomToolWindowLayoutDataEventArgs Class

Event arguments for the DockLoadCustomToolWindowLayoutDataEventHandler delegate.

public class DockLoadCustomToolWindowLayoutDataEventArgs : EventArgs
Inheritance:
object EventArgs object

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 XmlReader being used to load the layout.

Properties

Reader

Gets the XmlReader being used to load the layout.

public XmlReader Reader { get; }

Property Value

XmlReader:

The XmlReader being used to load the layout.

Inherited Members