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
- ControlBindingsCollection.cs
- AdditionalEntityFunctions.cs
- CommandCollectionEditor.cs
- PrimitiveType.cs
- UnsafeNativeMethodsMilCoreApi.cs
- DataRelationCollection.cs
- base64Transforms.cs
- SimpleColumnProvider.cs
- COM2DataTypeToManagedDataTypeConverter.cs
- XmlSecureResolver.cs
- DragStartedEventArgs.cs
- ConnectionPointCookie.cs
- NoClickablePointException.cs
- ErrorWrapper.cs
- DesignTable.cs
- SynchronizedCollection.cs
- CheckPair.cs
- Rect3DConverter.cs
- SlipBehavior.cs
- MarginCollapsingState.cs
- StatusBar.cs
- UserControlCodeDomTreeGenerator.cs
- NullRuntimeConfig.cs
- StylusSystemGestureEventArgs.cs
- PropertySourceInfo.cs
- File.cs
- TraceContextRecord.cs
- RoutedUICommand.cs
- AudioDeviceOut.cs
- ApplicationActivator.cs
- PeerDefaultCustomResolverClient.cs
- AttachInfo.cs
- SizeLimitedCache.cs
- ScriptReferenceEventArgs.cs
- UserValidatedEventArgs.cs
- SmtpFailedRecipientsException.cs
- FileDialogCustomPlace.cs
- ActiveDocumentEvent.cs
- SqlCacheDependencySection.cs
- DataTable.cs
- DependencyObjectType.cs
- ClosableStream.cs
- FixedSOMTableCell.cs
- ResourceDescriptionAttribute.cs
- PropertyValueUIItem.cs
- ListItemConverter.cs
- NameSpaceEvent.cs
- autovalidator.cs
- ProfileService.cs
- columnmapkeybuilder.cs
- KnownBoxes.cs
- FaultException.cs
- RoleService.cs
- DesignerForm.cs
- EndpointDiscoveryElement.cs
- NetSectionGroup.cs
- GridViewDesigner.cs
- ResourceReader.cs
- HotSpotCollection.cs
- ZipIOModeEnforcingStream.cs
- PermissionSetEnumerator.cs
- CollectionDataContract.cs
- DataServiceContext.cs
- CalendarItem.cs
- FontInfo.cs
- XmlWellformedWriter.cs
- DispatcherExceptionFilterEventArgs.cs
- ImmutableCollection.cs
- SignatureSummaryDialog.cs
- SoapObjectInfo.cs
- LabelEditEvent.cs
- CharacterHit.cs
- Site.cs
- FileClassifier.cs
- MetadataSection.cs
- HashHelper.cs
- ContextMenuStripGroupCollection.cs
- ToolStripDropTargetManager.cs
- ByteViewer.cs
- WebPartTracker.cs
- DBCommandBuilder.cs
- SequenceDesigner.xaml.cs
- SqlConnectionHelper.cs
- PersonalizableAttribute.cs
- SqlMethodCallConverter.cs
- Atom10ItemFormatter.cs
- EFAssociationProvider.cs
- ListControlDataBindingHandler.cs
- DrawItemEvent.cs
- XPathNodePointer.cs
- Soap11ServerProtocol.cs
- GradientStop.cs
- CollectionBuilder.cs
- EventNotify.cs
- Metafile.cs
- AuthenticatedStream.cs
- DesignerToolboxInfo.cs
- LoginUtil.cs
- SqlDataAdapter.cs
- DivideByZeroException.cs