Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- RenderingEventArgs.cs
- ScrollContentPresenter.cs
- HttpModuleActionCollection.cs
- Int32Storage.cs
- LocatorPart.cs
- XamlClipboardData.cs
- DataGrid.cs
- XsdBuildProvider.cs
- WebPartEditorCancelVerb.cs
- TableLayoutStyle.cs
- AutomationPattern.cs
- SafeFileHandle.cs
- StyleSelector.cs
- NativeWindow.cs
- DataRowCollection.cs
- Point3DAnimation.cs
- ListBoxItemAutomationPeer.cs
- AnonymousIdentificationModule.cs
- ApplicationTrust.cs
- WithParamAction.cs
- XmlCharCheckingWriter.cs
- XmlSchemaAll.cs
- NegatedCellConstant.cs
- XmlElementList.cs
- MonthCalendar.cs
- GridViewRowEventArgs.cs
- PointAnimationClockResource.cs
- ObjectViewFactory.cs
- TransformValueSerializer.cs
- TypeInitializationException.cs
- CodeTypeParameter.cs
- PocoPropertyAccessorStrategy.cs
- AdCreatedEventArgs.cs
- SessionStateModule.cs
- SystemColorTracker.cs
- _NtlmClient.cs
- RepeaterItemCollection.cs
- CalendarDay.cs
- TemplatedAdorner.cs
- EncodingNLS.cs
- RelationalExpressions.cs
- MulticastIPAddressInformationCollection.cs
- DataError.cs
- PrimaryKeyTypeConverter.cs
- ItemContainerGenerator.cs
- Material.cs
- ZoomPercentageConverter.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- QuestionEventArgs.cs
- DataViewSetting.cs
- DynamicRendererThreadManager.cs
- HttpHandlerAction.cs
- DocumentViewerHelper.cs
- TextWriter.cs
- PersonalizablePropertyEntry.cs
- BCLDebug.cs
- XmlSchemaSimpleContent.cs
- DateTimeOffsetStorage.cs
- CollectionChangedEventManager.cs
- FixedSOMPage.cs
- PageAsyncTask.cs
- CellParaClient.cs
- _ConnectionGroup.cs
- RuleRefElement.cs
- Container.cs
- OracleBoolean.cs
- StringReader.cs
- Int16AnimationBase.cs
- MembershipSection.cs
- ProfileSettings.cs
- TextEffectCollection.cs
- ObjectNavigationPropertyMapping.cs
- LocalizableAttribute.cs
- Helpers.cs
- PropertyChangedEventManager.cs
- NamedPipeTransportSecurityElement.cs
- SiteMapDataSourceView.cs
- AdornedElementPlaceholder.cs
- RadialGradientBrush.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- CodeChecksumPragma.cs
- DataGridLengthConverter.cs
- SafeCoTaskMem.cs
- ImageKeyConverter.cs
- Size.cs
- OdbcInfoMessageEvent.cs
- InnerItemCollectionView.cs
- HMAC.cs
- FrameworkElement.cs
- CssClassPropertyAttribute.cs
- ExternalException.cs
- AnimatedTypeHelpers.cs
- Misc.cs
- ObjectDisposedException.cs
- ConditionValidator.cs
- Color.cs
- FileDataSourceCache.cs
- SyndicationDeserializer.cs
- SafeProcessHandle.cs
- BaseDataListComponentEditor.cs