Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- StrokeSerializer.cs
- HttpRuntimeSection.cs
- DataRelation.cs
- EditorOptionAttribute.cs
- WindowsFont.cs
- ProfileService.cs
- FrameSecurityDescriptor.cs
- TransformerInfo.cs
- SynchronizationLockException.cs
- UICuesEvent.cs
- RangeValuePattern.cs
- CharacterMetrics.cs
- XmlDomTextWriter.cs
- ExpandableObjectConverter.cs
- MeasureItemEvent.cs
- RowParagraph.cs
- RouteCollection.cs
- SspiSafeHandles.cs
- DetailsView.cs
- BlurEffect.cs
- TypeUsage.cs
- hresults.cs
- VScrollProperties.cs
- sqlstateclientmanager.cs
- DataGridViewAutoSizeColumnModeEventArgs.cs
- GrammarBuilderRuleRef.cs
- CqlWriter.cs
- WorkflowInvoker.cs
- FormatException.cs
- TableCellCollection.cs
- COM2IDispatchConverter.cs
- PrintPreviewGraphics.cs
- HwndTarget.cs
- ThrowHelper.cs
- ErrorStyle.cs
- DataGridViewSelectedCellCollection.cs
- ClassHandlersStore.cs
- IriParsingElement.cs
- FillRuleValidation.cs
- NestedContainer.cs
- DataGridViewElement.cs
- ColumnBinding.cs
- ConfigurationConverterBase.cs
- COM2PictureConverter.cs
- TargetControlTypeCache.cs
- PageCatalogPart.cs
- RemoveStoryboard.cs
- LogSwitch.cs
- TdsEnums.cs
- AxWrapperGen.cs
- Set.cs
- TransformerInfo.cs
- StringCollection.cs
- DefaultParameterValueAttribute.cs
- FontDifferentiator.cs
- FullTrustAssembly.cs
- ResXResourceReader.cs
- MenuBindingsEditor.cs
- XmlSchemaSequence.cs
- CasesDictionary.cs
- EdmTypeAttribute.cs
- XmlSchemaSimpleContentExtension.cs
- Int16Storage.cs
- AdvancedBindingPropertyDescriptor.cs
- KnownIds.cs
- MaskedTextBox.cs
- DockPanel.cs
- CollectionView.cs
- DbConnectionPoolIdentity.cs
- UriTemplateTableMatchCandidate.cs
- SimpleFieldTemplateUserControl.cs
- WmpBitmapDecoder.cs
- FixedTextSelectionProcessor.cs
- ProxyAttribute.cs
- TextParentUndoUnit.cs
- ServiceHttpHandlerFactory.cs
- ADRole.cs
- XmlSchemaGroup.cs
- AsyncDataRequest.cs
- ellipse.cs
- PointUtil.cs
- UntypedNullExpression.cs
- WebPartCollection.cs
- EdmToObjectNamespaceMap.cs
- MemberExpression.cs
- AttributeQuery.cs
- Encoding.cs
- ActivitySurrogateSelector.cs
- FocusWithinProperty.cs
- BinaryFormatter.cs
- ToolStripItemTextRenderEventArgs.cs
- Pointer.cs
- Header.cs
- ResolvedKeyFrameEntry.cs
- FirstQueryOperator.cs
- FontCollection.cs
- EntitySetBase.cs
- TableAutomationPeer.cs
- MailMessageEventArgs.cs
- ScriptMethodAttribute.cs