Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / ClientServices / Providers / SettingsSavedEventArgs.cs / 1305376 / 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
- RSAPKCS1SignatureFormatter.cs
- HtmlTitle.cs
- Convert.cs
- IconBitmapDecoder.cs
- DataGridViewSelectedCellCollection.cs
- CodeAssignStatement.cs
- DiscreteKeyFrames.cs
- InputReport.cs
- _RequestCacheProtocol.cs
- AutoResizedEvent.cs
- Timeline.cs
- CreateInstanceBinder.cs
- FileRecordSequenceCompletedAsyncResult.cs
- TableLayoutSettingsTypeConverter.cs
- RenamedEventArgs.cs
- ThaiBuddhistCalendar.cs
- SiteMapNodeItem.cs
- EtwProvider.cs
- ImageDrawing.cs
- Helpers.cs
- FontFamily.cs
- CatalogPartCollection.cs
- WebPartMinimizeVerb.cs
- CapacityStreamGeometryContext.cs
- Control.cs
- MimeTypeAttribute.cs
- JavaScriptString.cs
- EventSetter.cs
- FactoryGenerator.cs
- UrlMapping.cs
- KeyManager.cs
- MouseEvent.cs
- PrincipalPermission.cs
- XmlReaderSettings.cs
- HtmlInputControl.cs
- EntityDataSourceConfigureObjectContext.cs
- dsa.cs
- FileUtil.cs
- RichTextBoxAutomationPeer.cs
- Scheduling.cs
- GridViewAutomationPeer.cs
- ManifestSignatureInformation.cs
- WinInetCache.cs
- DataGridViewColumnHeaderCell.cs
- KeyPressEvent.cs
- ConnectionPointGlyph.cs
- ToolStripRenderEventArgs.cs
- HMACSHA384.cs
- XmlExtensionFunction.cs
- HttpApplicationFactory.cs
- EdmProviderManifest.cs
- DataGridViewEditingControlShowingEventArgs.cs
- HideDisabledControlAdapter.cs
- GridSplitter.cs
- ContentPosition.cs
- MessageDecoder.cs
- Frame.cs
- HttpMethodConstraint.cs
- MdImport.cs
- ActivityStateRecord.cs
- DefaultPrintController.cs
- Version.cs
- PenThread.cs
- CrossContextChannel.cs
- TableLayoutColumnStyleCollection.cs
- CompilerGeneratedAttribute.cs
- HtmlTableCell.cs
- GeneralTransform3D.cs
- BufferModeSettings.cs
- UIElement3D.cs
- TraceHwndHost.cs
- CharConverter.cs
- NamespaceQuery.cs
- WorkflowControlEndpoint.cs
- ParameterElementCollection.cs
- CompositeKey.cs
- UrlPropertyAttribute.cs
- CriticalExceptions.cs
- RectKeyFrameCollection.cs
- XmlTextReader.cs
- XsdSchemaFileEditor.cs
- PropertyDescriptor.cs
- CultureSpecificCharacterBufferRange.cs
- StyleBamlTreeBuilder.cs
- UITypeEditors.cs
- COM2ExtendedBrowsingHandler.cs
- SmiEventSink.cs
- ColorTranslator.cs
- TextBounds.cs
- PageWrapper.cs
- AccessibleObject.cs
- XmlDataSourceDesigner.cs
- CorePropertiesFilter.cs
- TypeSemantics.cs
- DirectionalAction.cs
- ImageClickEventArgs.cs
- SchemaImporter.cs
- TrustSection.cs
- MenuItemBindingCollection.cs
- List.cs