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)

Event arguments for the DockLoadCustomToolWindowLayoutDataEventHandler delegate.

public DockLoadCustomToolWindowLayoutDataEventArgs(XmlReader reader)
Parameter Type Description
reader XmlReader

The XmlReader being used to load the layout.

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.

Properties

Reader

The XmlReader being used to load the layout.

public XmlReader Reader { get; }

Property Value

XmlReader

Inherited Members

Extension Methods