DockingWindowDeserializingEventArgs Class
Provides event arguments that are used for DockingWindow deserializing event.
public class DockingWindowDeserializingEventArgs : EventArgs
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 | XmlDockingWindow | The serializable XmlDockingWindow that is used to represent the |
Properties
Node
The serializable XmlDockingWindow that is used to represent the Window.
Window
The DockingWindow that is represented by the serializable Node.
Inherited Members
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()