XmlNodeChangedEventArgs.NewValue Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the new value of the node.
public:
property System::String ^ NewValue { System::String ^ get(); };
public string NewValue { get; }
public string? NewValue { get; }
member this.NewValue : string
Public ReadOnly Property NewValue As String
Property Value
The new value of the node. This property returns null
if the node is neither an attribute nor a text node, or if the node is being removed.
If called in a NodeChanging event, NewValue
returns the value of the node if the change is successful. If called in a NodeChanged event, NewValue
returns the current value of the node.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.