Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / xsp / System / Web / Extensions / ClientServices / Providers / SettingsSavedEventArgs.cs / 1 / SettingsSavedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.ClientServices.Providers { using System; using System.Collections.Generic; using System.Collections.ObjectModel; public class SettingsSavedEventArgs : EventArgs { private ReadOnlyCollection_failedSettingsList; public SettingsSavedEventArgs(IEnumerable failedSettingsList) { List list = (failedSettingsList == null) ? new List () : new List (failedSettingsList); _failedSettingsList = new ReadOnlyCollection (list); } public ReadOnlyCollection FailedSettingsList { get { return _failedSettingsList; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ // // Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.ClientServices.Providers { using System; using System.Collections.Generic; using System.Collections.ObjectModel; public class SettingsSavedEventArgs : EventArgs { private ReadOnlyCollection_failedSettingsList; public SettingsSavedEventArgs(IEnumerable failedSettingsList) { List list = (failedSettingsList == null) ? new List () : new List (failedSettingsList); _failedSettingsList = new ReadOnlyCollection (list); } public ReadOnlyCollection FailedSettingsList { get { return _failedSettingsList; } } } } // 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
- SystemResourceHost.cs
- CollectionBuilder.cs
- NamedPermissionSet.cs
- FacetDescriptionElement.cs
- SecurityTokenParameters.cs
- ItemCollection.cs
- Decorator.cs
- SerializerDescriptor.cs
- CollectionViewSource.cs
- SafeFileMappingHandle.cs
- QueryCreatedEventArgs.cs
- AdapterUtil.cs
- ReadOnlyCollectionBase.cs
- SwitchElementsCollection.cs
- ClientConfigPaths.cs
- WSHttpBindingBaseElement.cs
- CustomActivityDesigner.cs
- ToolStripSeparatorRenderEventArgs.cs
- DLinqColumnProvider.cs
- PerformanceCounterLib.cs
- TypeConverterValueSerializer.cs
- Win32.cs
- SpanIndex.cs
- BuildResult.cs
- DecimalConstantAttribute.cs
- BulletedList.cs
- EntityProviderServices.cs
- FragmentQuery.cs
- DeviceContext2.cs
- HttpWriter.cs
- SingleAnimation.cs
- NumberFormatInfo.cs
- _ContextAwareResult.cs
- XamlWriter.cs
- GenerateScriptTypeAttribute.cs
- ObfuscateAssemblyAttribute.cs
- WindowsListViewSubItem.cs
- SrgsElementFactory.cs
- WebBaseEventKeyComparer.cs
- ListenerElementsCollection.cs
- GridPattern.cs
- SQLStringStorage.cs
- HttpListenerResponse.cs
- InteropExecutor.cs
- XmlnsCompatibleWithAttribute.cs
- NetMsmqSecurity.cs
- GraphicsPath.cs
- XmlDomTextWriter.cs
- SRGSCompiler.cs
- BinaryObjectWriter.cs
- StyleSelector.cs
- regiisutil.cs
- cookie.cs
- ToolStripRenderEventArgs.cs
- ProxyHwnd.cs
- PartialList.cs
- CacheModeValueSerializer.cs
- BufferedWebEventProvider.cs
- SiteMapNodeItem.cs
- GenericTypeParameterConverter.cs
- TemplateGroupCollection.cs
- SamlAdvice.cs
- HyperLinkColumn.cs
- shaperfactoryquerycacheentry.cs
- TailPinnedEventArgs.cs
- Part.cs
- ReadOnlyDataSourceView.cs
- HttpStreamXmlDictionaryWriter.cs
- WebBaseEventKeyComparer.cs
- EditorPart.cs
- PropertyMapper.cs
- TiffBitmapEncoder.cs
- RegionData.cs
- UTF8Encoding.cs
- Menu.cs
- Configuration.cs
- XmlObjectSerializerContext.cs
- XmlSiteMapProvider.cs
- SqlCachedBuffer.cs
- QilReference.cs
- UriExt.cs
- FixedHyperLink.cs
- XmlDocumentType.cs
- Int16KeyFrameCollection.cs
- EpmTargetPathSegment.cs
- _HTTPDateParse.cs
- LicenseProviderAttribute.cs
- NavigationCommands.cs
- HyperLinkField.cs
- UserControl.cs
- DataServiceQueryException.cs
- ValidatedControlConverter.cs
- EntityStoreSchemaFilterEntry.cs
- SystemIcmpV4Statistics.cs
- MatrixTransform.cs
- AssemblyHelper.cs
- Soap11ServerProtocol.cs
- WebPartEditorApplyVerb.cs
- XmlDictionaryReader.cs
- AddInPipelineAttributes.cs