XObjectChangeEventArgs.Remove 字段

定义

Remove 更改事件的事件参数。Event argument for a Remove change event.

public: static initonly System::Xml::Linq::XObjectChangeEventArgs ^ Remove;
public static readonly System.Xml.Linq.XObjectChangeEventArgs Remove;
 staticval mutable Remove : System.Xml.Linq.XObjectChangeEventArgs
Public Shared ReadOnly Remove As XObjectChangeEventArgs 

字段值

XObjectChangeEventArgs

注解

当 LINQ to XML 引发 Remove 事件时,它会将此属性返回的实例作为参数传递。When LINQ to XML raises an Remove event, it passes the instance returned by this property as an argument.

适用于