XObjectChangeEventArgs Constructor
Collapse the table of content
Expand the table of content

XObjectChangeEventArgs Constructor

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Initializes a new instance of the XObjectChangeEventArgs class.

Namespace:  System.Xml.Linq
Assembly:  System.Xml.Linq (in System.Xml.Linq.dll)

public XObjectChangeEventArgs(
	XObjectChange objectChange
)

Parameters

objectChange
Type: System.Xml.Linq.XObjectChange
An XObjectChange that contains the event arguments for LINQ to XML events.

The read-only fields Add, Remove, Name, and Value provide predefined instances for all the event arguments that are raised in LINQ to XML. A typical user will not need to construct event arguments.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft