Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / Xml / System / Xml / Dom / XmlNodeChangedEventArgs.cs / 1 / 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
- SecurityUtils.cs
- DesignerCategoryAttribute.cs
- CodeAttachEventStatement.cs
- OdbcEnvironment.cs
- IndexedString.cs
- Camera.cs
- TextTreeRootTextBlock.cs
- Assembly.cs
- CommonDialog.cs
- MessageLoggingElement.cs
- DataBoundLiteralControl.cs
- TextProperties.cs
- RemotingServices.cs
- Maps.cs
- LinkedList.cs
- TextServicesCompartmentContext.cs
- WorkflowIdleBehavior.cs
- autovalidator.cs
- HttpHandler.cs
- PageHandlerFactory.cs
- MenuCommands.cs
- SimpleLine.cs
- DataGridViewCellMouseEventArgs.cs
- ZoneMembershipCondition.cs
- Package.cs
- LocalClientSecuritySettings.cs
- XmlMapping.cs
- SymmetricSecurityProtocolFactory.cs
- Rotation3D.cs
- ProgressBarBrushConverter.cs
- SqlDependencyListener.cs
- PrintPreviewControl.cs
- ScriptBehaviorDescriptor.cs
- ConstraintEnumerator.cs
- UriSection.cs
- MarkupWriter.cs
- DeviceContexts.cs
- MatchNoneMessageFilter.cs
- WebPartUserCapability.cs
- GregorianCalendar.cs
- WinEventQueueItem.cs
- Pair.cs
- documentation.cs
- XmlElementAttributes.cs
- ManipulationPivot.cs
- ObjectToModelValueConverter.cs
- HwndHostAutomationPeer.cs
- ModelServiceImpl.cs
- ThreadLocal.cs
- AdjustableArrowCap.cs
- CustomErrorsSection.cs
- ElementMarkupObject.cs
- HttpHandler.cs
- HWStack.cs
- UInt16Storage.cs
- ToolStripItemTextRenderEventArgs.cs
- LinearGradientBrush.cs
- RequestCachePolicyConverter.cs
- InheritanceRules.cs
- xsdvalidator.cs
- ComAdminInterfaces.cs
- TransformDescriptor.cs
- RemotingConfiguration.cs
- BooleanExpr.cs
- KeyEvent.cs
- BStrWrapper.cs
- FunctionImportElement.cs
- ItemsChangedEventArgs.cs
- RoutingExtensionElement.cs
- XPathMessageFilter.cs
- SerializableAttribute.cs
- ContextMenuService.cs
- ErrorWrapper.cs
- VectorCollection.cs
- MemoryMappedFile.cs
- PrintPreviewControl.cs
- ExpressionTextBoxAutomationPeer.cs
- IISMapPath.cs
- MsmqHostedTransportManager.cs
- SplitContainer.cs
- ListViewUpdatedEventArgs.cs
- SqlSelectStatement.cs
- TableAdapterManagerMethodGenerator.cs
- Context.cs
- PagerSettings.cs
- DesignerEditorPartChrome.cs
- CompositionAdorner.cs
- ValidationErrorCollection.cs
- TreeNodeConverter.cs
- RelOps.cs
- WindowsRichEdit.cs
- SqlDataAdapter.cs
- DeferredTextReference.cs
- SqlBulkCopyColumnMappingCollection.cs
- ApplicationServicesHostFactory.cs
- ReflectionTypeLoadException.cs
- XmlBinaryReader.cs
- OdbcFactory.cs
- InlineCollection.cs
- SqlCachedBuffer.cs