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
- Matrix.cs
- SqlAliaser.cs
- ReadOnlyTernaryTree.cs
- SwitchCase.cs
- NativeMethods.cs
- RectValueSerializer.cs
- EncodingTable.cs
- BrowserInteropHelper.cs
- PictureBox.cs
- AutomationPatternInfo.cs
- UIElementHelper.cs
- DataGrid.cs
- activationcontext.cs
- UnsafeNativeMethodsTablet.cs
- PropertyConverter.cs
- ReturnEventArgs.cs
- UInt16Storage.cs
- CommonObjectSecurity.cs
- TileBrush.cs
- ChtmlLinkAdapter.cs
- DecimalConstantAttribute.cs
- ConfigurationManager.cs
- HtmlGenericControl.cs
- DBCSCodePageEncoding.cs
- LayoutUtils.cs
- RotateTransform3D.cs
- DescendentsWalker.cs
- DataTableReaderListener.cs
- FixedSOMLineRanges.cs
- CommandHelpers.cs
- EventMap.cs
- UIElementAutomationPeer.cs
- MasterPageParser.cs
- BindableTemplateBuilder.cs
- CacheModeValueSerializer.cs
- OrderByLifter.cs
- WebBrowser.cs
- NameValueSectionHandler.cs
- DataServiceQuery.cs
- EventHandlersStore.cs
- PasswordDeriveBytes.cs
- UpdatePanel.cs
- MdImport.cs
- Tool.cs
- SegmentInfo.cs
- ByteFacetDescriptionElement.cs
- FormView.cs
- TemplateEditingFrame.cs
- CounterCreationDataCollection.cs
- ModelUtilities.cs
- UIPropertyMetadata.cs
- HtmlUtf8RawTextWriter.cs
- Rectangle.cs
- IpcPort.cs
- RichTextBoxAutomationPeer.cs
- HideDisabledControlAdapter.cs
- ImageListImageEditor.cs
- contentDescriptor.cs
- WmlControlAdapter.cs
- UnmanagedMemoryStreamWrapper.cs
- WasNotInstalledException.cs
- Utility.cs
- QueryStringParameter.cs
- CodeBinaryOperatorExpression.cs
- XmlAnyElementAttribute.cs
- TextBounds.cs
- FilteredDataSetHelper.cs
- SecurityDocument.cs
- ObjectAnimationUsingKeyFrames.cs
- BinaryReader.cs
- MemoryFailPoint.cs
- DiscoveryDocumentSearchPattern.cs
- KeyNotFoundException.cs
- UxThemeWrapper.cs
- PartBasedPackageProperties.cs
- Camera.cs
- Crypto.cs
- PropertyEntry.cs
- HebrewNumber.cs
- ObjectItemCollectionAssemblyCacheEntry.cs
- HasRunnableWorkflowEvent.cs
- XmlWriterTraceListener.cs
- RoleManagerEventArgs.cs
- ConfigXmlText.cs
- TdsParserSessionPool.cs
- DocumentViewer.cs
- UnsafeNativeMethods.cs
- ObjectSet.cs
- ToolStripDropDownButton.cs
- Vector3dCollection.cs
- TableRow.cs
- WCFBuildProvider.cs
- ConfigUtil.cs
- HandledEventArgs.cs
- NamespaceQuery.cs
- InputBindingCollection.cs
- WindowsListViewScroll.cs
- XmlTextReaderImpl.cs
- SoapMessage.cs
- EntityViewGenerationConstants.cs