In This Article

DockSaveCustomToolWindowLayoutDataEventArgs Class

Event arguments for the DockSaveCustomToolWindowLayoutDataEventHandler delegate.

public class DockSaveCustomToolWindowLayoutDataEventArgs : EventArgs
Inheritance:
object EventArgs object

Remarks

This class is used with the DockSaveCustomToolWindowLayoutDataEventHandler delegate to provide a method for allowing custom XML configuration data to be saved to a tool window layout.

Constructors

DockSaveCustomToolWindowLayoutDataEventArgs(XmlWriter)

Initializes a new instance of the DockSaveCustomToolWindowLayoutDataEventArgs class.

public DockSaveCustomToolWindowLayoutDataEventArgs(XmlWriter writer)
Parameter Type Description
writer XmlWriter

The XmlWriter being used to save the layout.

Properties

Writer

Gets the XmlWriter being used to save the layout.

public XmlWriter Writer { get; }

Property Value

XmlWriter:

The XmlWriter being used to save the layout.

Inherited Members