Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / Configuration / System / Configuration / Internal / InternalConfigEventArgs.cs / 1 / 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. //------------------------------------------------------------------------------ //// 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
- ClientBuildManagerTypeDescriptionProviderBridge.cs
- QueryCacheManager.cs
- shaperfactoryquerycacheentry.cs
- SmiEventSink.cs
- InputBinding.cs
- CancellationHandlerDesigner.cs
- TranslateTransform.cs
- SecurityTokenValidationException.cs
- DrawingBrush.cs
- ToolStripPanelSelectionGlyph.cs
- AliasedSlot.cs
- DecoratedNameAttribute.cs
- TextStore.cs
- Container.cs
- WindowsStreamSecurityElement.cs
- PixelShader.cs
- HttpBrowserCapabilitiesWrapper.cs
- BooleanConverter.cs
- Label.cs
- EmptyCollection.cs
- PngBitmapDecoder.cs
- GradientStop.cs
- DataGridViewImageCell.cs
- XmlQueryContext.cs
- HttpHandlersSection.cs
- SafeCryptoHandles.cs
- ResourceDictionary.cs
- Classification.cs
- ITextView.cs
- SqlIdentifier.cs
- WindowsFormsSynchronizationContext.cs
- EventWaitHandle.cs
- EventRecordWrittenEventArgs.cs
- WindowsButton.cs
- CacheModeConverter.cs
- SkewTransform.cs
- EdgeModeValidation.cs
- AudioBase.cs
- CrossAppDomainChannel.cs
- XmlSchemaGroupRef.cs
- CrossSiteScriptingValidation.cs
- DupHandleConnectionReader.cs
- PaperSource.cs
- LinkUtilities.cs
- XmlEntity.cs
- DataControlPagerLinkButton.cs
- UnicodeEncoding.cs
- HtmlInputRadioButton.cs
- AttributeTable.cs
- MetaData.cs
- SingleAnimationUsingKeyFrames.cs
- EnumConverter.cs
- ResourcesBuildProvider.cs
- BooleanToVisibilityConverter.cs
- DataRelationPropertyDescriptor.cs
- ColorDialog.cs
- InternalPermissions.cs
- StickyNoteContentControl.cs
- WebSysDisplayNameAttribute.cs
- UriScheme.cs
- IRCollection.cs
- DataGridHyperlinkColumn.cs
- FlowDocument.cs
- UpdateProgress.cs
- InputLanguageEventArgs.cs
- StylusOverProperty.cs
- COM2ColorConverter.cs
- ToolboxCategory.cs
- DbException.cs
- ActivationArguments.cs
- ISCIIEncoding.cs
- ToolZone.cs
- SoapSchemaImporter.cs
- StructuralObject.cs
- DiscardableAttribute.cs
- FormsAuthenticationUserCollection.cs
- NullExtension.cs
- StrokeNodeOperations2.cs
- Win32MouseDevice.cs
- LicFileLicenseProvider.cs
- TextServicesPropertyRanges.cs
- VirtualPathData.cs
- TextUtf8RawTextWriter.cs
- StrokeCollectionDefaultValueFactory.cs
- InputMethodStateTypeInfo.cs
- SupportingTokenListenerFactory.cs
- BrushConverter.cs
- iisPickupDirectory.cs
- WindowsMenu.cs
- LambdaReference.cs
- COM2IDispatchConverter.cs
- TextServicesLoader.cs
- BitmapEffectInputData.cs
- FontDifferentiator.cs
- DropDownButton.cs
- MachineKeyConverter.cs
- MarkedHighlightComponent.cs
- MinMaxParagraphWidth.cs
- CryptographicAttribute.cs
- OleDbErrorCollection.cs