Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Configuration / System / Configuration / Internal / InternalConfigEventArgs.cs / 1305376 / InternalConfigEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Configuration.Internal { using System.Configuration.Internal; using System.Collections; using System.Collections.Specialized; using System.Configuration; using System.Globalization; using System.IO; using System.Runtime.InteropServices; using System.Security.Permissions; using System.Security; using System.Text; using System.Xml; using System.Threading; // // Event arguments for Configuration events. // public sealed class InternalConfigEventArgs : EventArgs { string _configPath; public InternalConfigEventArgs(string configPath) { _configPath = configPath; } public string ConfigPath { get {return _configPath;} set {_configPath = value;} } } } // 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
- FloaterBaseParaClient.cs
- XmlLinkedNode.cs
- ProgressBarBrushConverter.cs
- SafeCryptHandles.cs
- TreeNodeMouseHoverEvent.cs
- DataGridTableCollection.cs
- NetworkInformationException.cs
- BasicExpandProvider.cs
- SubtreeProcessor.cs
- FormParameter.cs
- DesignerValidatorAdapter.cs
- WebPartAddingEventArgs.cs
- Int32RectValueSerializer.cs
- ZoneIdentityPermission.cs
- CryptoProvider.cs
- HttpListenerException.cs
- Options.cs
- DbCommandTree.cs
- KeyValueSerializer.cs
- ComponentFactoryHelpers.cs
- PartialArray.cs
- StylusTip.cs
- SecurityCriticalDataForSet.cs
- TextBlockAutomationPeer.cs
- RoleService.cs
- DefaultCompensation.cs
- TagNameToTypeMapper.cs
- StaticContext.cs
- DefaultIfEmptyQueryOperator.cs
- XmlAttributeOverrides.cs
- CodeNamespace.cs
- CustomPopupPlacement.cs
- PointValueSerializer.cs
- StringDictionary.cs
- _ProxyRegBlob.cs
- PropertyTabChangedEvent.cs
- EntryWrittenEventArgs.cs
- EUCJPEncoding.cs
- DesignerSerializerAttribute.cs
- QilValidationVisitor.cs
- BamlLocalizableResource.cs
- HMACRIPEMD160.cs
- Rotation3D.cs
- ListSourceHelper.cs
- AttributeCollection.cs
- ZipIOModeEnforcingStream.cs
- RawKeyboardInputReport.cs
- KeyBinding.cs
- HttpCookieCollection.cs
- NumberFormatInfo.cs
- Int64Animation.cs
- InputLanguageEventArgs.cs
- SchemaHelper.cs
- WebReferencesBuildProvider.cs
- ListItemViewControl.cs
- CodeIndexerExpression.cs
- MasterPage.cs
- DataServiceRequestOfT.cs
- ListSortDescription.cs
- ExpandedWrapper.cs
- DataGridRow.cs
- MessageQuerySet.cs
- SystemIcons.cs
- MDIClient.cs
- IWorkflowDebuggerService.cs
- PropertyEmitterBase.cs
- QuotedStringWriteStateInfo.cs
- SvcMapFileSerializer.cs
- Point.cs
- httpstaticobjectscollection.cs
- GridViewCancelEditEventArgs.cs
- ObjectAnimationUsingKeyFrames.cs
- XamlPoint3DCollectionSerializer.cs
- HighlightComponent.cs
- GroupBox.cs
- BitFlagsGenerator.cs
- SettingsPropertyWrongTypeException.cs
- ActivityCodeDomReferenceService.cs
- PeerNameRegistration.cs
- SettingsProperty.cs
- FormsAuthenticationCredentials.cs
- KeyBinding.cs
- DataServices.cs
- OperationContractAttribute.cs
- NumericUpDown.cs
- ProxySimple.cs
- GacUtil.cs
- PolyQuadraticBezierSegment.cs
- PageOutputColor.cs
- ByteConverter.cs
- ContentPathSegment.cs
- StreamGeometryContext.cs
- TemplateControlParser.cs
- EventSinkHelperWriter.cs
- FrameworkElement.cs
- InteropAutomationProvider.cs
- LiteralControl.cs
- WebPartEditorApplyVerb.cs
- EncoderParameter.cs
- ArrangedElement.cs