In This Article

DockingWindowDeserializingEventArgs Class

Provides event arguments that are used for DockingWindow deserializing event.

public class DockingWindowDeserializingEventArgs : EventArgs
Inheritance:
object EventArgs object

Constructors

DockingWindowDeserializingEventArgs(DockingWindow?, XmlDockingWindow)

Initializes an instance of the class.

public DockingWindowDeserializingEventArgs(DockingWindow? window, XmlDockingWindow node)
Parameter Type Description
window DockingWindow

The DockingWindow that is represented by the serializable node.

node XmlDockingWindow

The serializable XmlDockingWindow that is used to represent the window.

Properties

Node

The serializable XmlDockingWindow that is used to represent the Window.

public XmlDockingWindow Node { get; }

Property Value

XmlDockingWindow

Window

The DockingWindow that is represented by the serializable Node.

public DockingWindow? Window { get; set; }

Property Value

DockingWindow

Inherited Members

Extension Methods