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
- ComponentDispatcher.cs
- ClientUtils.cs
- GAC.cs
- QueryCacheManager.cs
- ProxyWebPartManager.cs
- NameValueConfigurationCollection.cs
- HandlerMappingMemo.cs
- ClientScriptManagerWrapper.cs
- ObjectListItem.cs
- CommandEventArgs.cs
- CodeEventReferenceExpression.cs
- RoleService.cs
- ObjectContextServiceProvider.cs
- ClockController.cs
- WebBrowserContainer.cs
- ScrollEvent.cs
- Queue.cs
- Trustee.cs
- DesignerTransaction.cs
- BamlRecordReader.cs
- MsmqSecureHashAlgorithm.cs
- CodeCommentStatement.cs
- Model3DCollection.cs
- ComponentEvent.cs
- DataSourceDescriptorCollection.cs
- AutoResizedEvent.cs
- TableChangeProcessor.cs
- GridPatternIdentifiers.cs
- ClientSettings.cs
- ConnectionStringsExpressionBuilder.cs
- XmlAttributeProperties.cs
- XmlIterators.cs
- DependencyProperty.cs
- BidPrivateBase.cs
- DataGridViewSelectedRowCollection.cs
- XPathNodeList.cs
- NativeBuffer.cs
- WebServiceMethodData.cs
- MainMenu.cs
- CompositeFontParser.cs
- TransformedBitmap.cs
- IconHelper.cs
- HeaderedItemsControl.cs
- ListItemCollection.cs
- AssemblyNameProxy.cs
- FormatException.cs
- ConstructorNeedsTagAttribute.cs
- DataPagerFieldCommandEventArgs.cs
- TableItemPattern.cs
- WebPageTraceListener.cs
- DocComment.cs
- DbReferenceCollection.cs
- CustomError.cs
- TypeForwardedToAttribute.cs
- ProtocolInformationWriter.cs
- GenerateScriptTypeAttribute.cs
- SerializerProvider.cs
- COM2FontConverter.cs
- NegatedConstant.cs
- ObjectAnimationBase.cs
- FontFamilyIdentifier.cs
- EllipticalNodeOperations.cs
- WindowsFont.cs
- ServiceProviders.cs
- StrokeFIndices.cs
- ConsumerConnectionPointCollection.cs
- GeneralTransform3D.cs
- WebPartsPersonalization.cs
- Rotation3D.cs
- SmiRequestExecutor.cs
- GroupLabel.cs
- JsonReaderWriterFactory.cs
- XmlSchemaSimpleTypeUnion.cs
- Schema.cs
- DoubleCollectionConverter.cs
- PointCollection.cs
- ConnectionStringsSection.cs
- KnownBoxes.cs
- UnaryQueryOperator.cs
- FormatConvertedBitmap.cs
- ButtonColumn.cs
- VirtualizedItemPattern.cs
- WebServiceHostFactory.cs
- AssemblyNameProxy.cs
- MetadataItemEmitter.cs
- DataGridViewAutoSizeModeEventArgs.cs
- DataGridColumn.cs
- ListSortDescriptionCollection.cs
- TransactionContext.cs
- EventLevel.cs
- ArgumentException.cs
- FrameworkObject.cs
- BindingManagerDataErrorEventArgs.cs
- PreservationFileReader.cs
- XmlArrayItemAttribute.cs
- WindowsImpersonationContext.cs
- DateTimeConverter.cs
- SHA512CryptoServiceProvider.cs
- Nodes.cs
- RijndaelManaged.cs