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
- Menu.cs
- PEFileEvidenceFactory.cs
- TextWriter.cs
- HttpApplication.cs
- ObjectCacheSettings.cs
- MenuItem.cs
- ModelFactory.cs
- ExpressionBinding.cs
- GridViewRow.cs
- MouseDevice.cs
- PrimitiveXmlSerializers.cs
- NativeWrapper.cs
- SqlCacheDependency.cs
- ObjectStorage.cs
- Attribute.cs
- BamlLocalizableResourceKey.cs
- LicFileLicenseProvider.cs
- RestHandlerFactory.cs
- ScriptBehaviorDescriptor.cs
- ClaimComparer.cs
- TreeNode.cs
- ApplicationServicesHostFactory.cs
- ColumnCollection.cs
- XmlReflectionMember.cs
- CellQuery.cs
- SqlParameterCollection.cs
- ZipFileInfoCollection.cs
- RestHandlerFactory.cs
- DbConnectionPoolIdentity.cs
- HealthMonitoringSection.cs
- TextElementCollection.cs
- DelegateHelpers.Generated.cs
- DataStreams.cs
- XmlNodeChangedEventArgs.cs
- ViewLoader.cs
- XmlIterators.cs
- MeasurementDCInfo.cs
- GacUtil.cs
- WebPartManager.cs
- Metadata.cs
- BackStopAuthenticationModule.cs
- SQLConvert.cs
- UiaCoreApi.cs
- NavigationPropertyEmitter.cs
- LinkArea.cs
- ExpressionWriter.cs
- WindowsPen.cs
- ColumnResizeUndoUnit.cs
- Label.cs
- SectionVisual.cs
- XmlSchemaDocumentation.cs
- TypeDescriptor.cs
- DataControlFieldCell.cs
- XslTransformFileEditor.cs
- MultipleViewProviderWrapper.cs
- PseudoWebRequest.cs
- RenderData.cs
- SessionIDManager.cs
- Point3DAnimationBase.cs
- EdmType.cs
- DataControlPagerLinkButton.cs
- ClientRoleProvider.cs
- AsymmetricSignatureFormatter.cs
- HijriCalendar.cs
- ShapeTypeface.cs
- SqlConnectionStringBuilder.cs
- TypeDescriptorFilterService.cs
- ToolStripRendererSwitcher.cs
- HandoffBehavior.cs
- ReflectEventDescriptor.cs
- BoolExpr.cs
- Model3D.cs
- parserscommon.cs
- WmlPhoneCallAdapter.cs
- NameValuePermission.cs
- LostFocusEventManager.cs
- Error.cs
- PeerInvitationResponse.cs
- AttributeUsageAttribute.cs
- DefaultMemberAttribute.cs
- ErrorWebPart.cs
- Label.cs
- RangeValueProviderWrapper.cs
- TextContainerHelper.cs
- NavigationWindow.cs
- XmlValidatingReaderImpl.cs
- DataRow.cs
- FontFamily.cs
- MaterializeFromAtom.cs
- ClonableStack.cs
- ComponentSerializationService.cs
- LocatorPart.cs
- SByte.cs
- SmiMetaData.cs
- PreservationFileWriter.cs
- AppDomainFactory.cs
- ConnectionInterfaceCollection.cs
- PagedDataSource.cs
- WebReferencesBuildProvider.cs
- DayRenderEvent.cs