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)
Event arguments for the DockLoadCustomToolWindowLayoutDataEventHandler delegate.
public DockLoadCustomToolWindowLayoutDataEventArgs(XmlReader reader)
| Parameter | Type | Description |
|---|---|---|
| reader | XmlReader | The |
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
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()