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)

Event arguments for the DockSaveCustomToolWindowLayoutDataEventHandler delegate.

public DockSaveCustomToolWindowLayoutDataEventArgs(XmlWriter writer)
Parameter Type Description
writer XmlWriter

The XmlWriter being used to save the layout.

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.

Properties

Writer

The XmlWriter being used to save the layout.

public XmlWriter Writer { get; }

Property Value

XmlWriter

Inherited Members

Extension Methods