Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Xml / System / Xml / Dom / XmlNodeChangedEventArgs.cs / 1305376 / XmlNodeChangedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml { public class XmlNodeChangedEventArgs : EventArgs { private XmlNodeChangedAction action; private XmlNode node; private XmlNode oldParent; private XmlNode newParent; private string oldValue; private string newValue; public XmlNodeChangedEventArgs( XmlNode node, XmlNode oldParent, XmlNode newParent, string oldValue, string newValue, XmlNodeChangedAction action ) { this.node = node; this.oldParent = oldParent; this.newParent = newParent; this.action = action; this.oldValue = oldValue; this.newValue = newValue; } public XmlNodeChangedAction Action { get { return action; } } public XmlNode Node { get { return node; } } public XmlNode OldParent { get { return oldParent; } } public XmlNode NewParent { get { return newParent; } } public string OldValue { get { return oldValue; } } public string NewValue { get { return newValue; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //[....] //----------------------------------------------------------------------------- namespace System.Xml { public class XmlNodeChangedEventArgs : EventArgs { private XmlNodeChangedAction action; private XmlNode node; private XmlNode oldParent; private XmlNode newParent; private string oldValue; private string newValue; public XmlNodeChangedEventArgs( XmlNode node, XmlNode oldParent, XmlNode newParent, string oldValue, string newValue, XmlNodeChangedAction action ) { this.node = node; this.oldParent = oldParent; this.newParent = newParent; this.action = action; this.oldValue = oldValue; this.newValue = newValue; } public XmlNodeChangedAction Action { get { return action; } } public XmlNode Node { get { return node; } } public XmlNode OldParent { get { return oldParent; } } public XmlNode NewParent { get { return newParent; } } public string OldValue { get { return oldValue; } } public string NewValue { get { return newValue; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FontConverter.cs
- BridgeDataReader.cs
- RegexCompiler.cs
- Matrix3DValueSerializer.cs
- HostedTcpTransportManager.cs
- TreeNodeStyleCollection.cs
- MetadataSource.cs
- ComponentManagerBroker.cs
- SiteMembershipCondition.cs
- DataBindingCollectionConverter.cs
- SpellCheck.cs
- Listbox.cs
- _DigestClient.cs
- CheckBoxStandardAdapter.cs
- BufferedGraphicsContext.cs
- XPathAncestorQuery.cs
- TextBoxBase.cs
- XmlAttributeCollection.cs
- ChangeTracker.cs
- OleDbInfoMessageEvent.cs
- WindowsNonControl.cs
- Point3D.cs
- XmlAttributes.cs
- FontStyles.cs
- CommandPlan.cs
- DocumentOrderQuery.cs
- VectorConverter.cs
- CalloutQueueItem.cs
- DataFormats.cs
- ContentDesigner.cs
- HtmlElementEventArgs.cs
- ServiceContractListItemList.cs
- RectangleConverter.cs
- UIElement3DAutomationPeer.cs
- DirectoryNotFoundException.cs
- SiteIdentityPermission.cs
- VoiceSynthesis.cs
- GridViewColumnCollection.cs
- OleDbPermission.cs
- AsymmetricKeyExchangeDeformatter.cs
- XhtmlTextWriter.cs
- _NegoState.cs
- IdnElement.cs
- ClientSession.cs
- ExpressionVisitor.cs
- SplitterCancelEvent.cs
- ClickablePoint.cs
- SQLDateTimeStorage.cs
- HttpSysSettings.cs
- Int16Converter.cs
- externdll.cs
- Inline.cs
- AtomContentProperty.cs
- SemaphoreSlim.cs
- ObjectConverter.cs
- ComboBox.cs
- RelatedEnd.cs
- VersionedStreamOwner.cs
- CellIdBoolean.cs
- ConstraintStruct.cs
- SqlStream.cs
- UserControlBuildProvider.cs
- GridErrorDlg.cs
- CacheOutputQuery.cs
- BaseCodeDomTreeGenerator.cs
- TextMetrics.cs
- PrintDocument.cs
- PassportAuthentication.cs
- ProcessProtocolHandler.cs
- SelectionRangeConverter.cs
- SqlCrossApplyToCrossJoin.cs
- XmlSchemaExternal.cs
- NamedServiceModelExtensionCollectionElement.cs
- SkewTransform.cs
- XmlPreloadedResolver.cs
- OpCodes.cs
- Label.cs
- OrderedDictionary.cs
- SystemIcons.cs
- WindowsComboBox.cs
- TextElementEnumerator.cs
- Compensate.cs
- WebConfigurationManager.cs
- RestHandlerFactory.cs
- CommandArguments.cs
- XMLSchema.cs
- SpellerInterop.cs
- EventHandlerList.cs
- ByteAnimation.cs
- JavaScriptString.cs
- GeneralTransform2DTo3D.cs
- ContentType.cs
- Perspective.cs
- FunctionQuery.cs
- XPathExpr.cs
- TransformerConfigurationWizardBase.cs
- LineServices.cs
- XPathNavigator.cs
- ServiceThrottlingElement.cs
- AnnotationResourceCollection.cs