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
- PolyLineSegment.cs
- MarshalByRefObject.cs
- GroupBox.cs
- SymbolType.cs
- ActivityInstance.cs
- ClientRoleProvider.cs
- SafeHandle.cs
- WindowsGrip.cs
- ImmComposition.cs
- CodeRegionDirective.cs
- CodeCatchClause.cs
- WebRequestModuleElement.cs
- TextSpan.cs
- ParseChildrenAsPropertiesAttribute.cs
- MessageContractAttribute.cs
- DetailsViewRowCollection.cs
- Enumerable.cs
- CollectionView.cs
- TextSchema.cs
- OdbcException.cs
- DataGridColumnFloatingHeader.cs
- AdvancedBindingEditor.cs
- VScrollProperties.cs
- TraceUtility.cs
- PassportPrincipal.cs
- Model3DGroup.cs
- ListViewGroupItemCollection.cs
- VoiceObjectToken.cs
- XmlSchemaSet.cs
- DataBindingExpressionBuilder.cs
- ProjectionCamera.cs
- MimeMapping.cs
- StaticContext.cs
- ParameterBuilder.cs
- XmlSchemaSubstitutionGroup.cs
- DataMemberConverter.cs
- Matrix3DStack.cs
- InternalConfigSettingsFactory.cs
- LZCodec.cs
- CheckBoxRenderer.cs
- StylusCaptureWithinProperty.cs
- WebPartZoneBaseDesigner.cs
- DataRowView.cs
- Camera.cs
- ListViewItemSelectionChangedEvent.cs
- SystemDiagnosticsSection.cs
- _TLSstream.cs
- BehaviorEditorPart.cs
- TextServicesContext.cs
- ReliableChannelBinder.cs
- DBConnectionString.cs
- ColorDialog.cs
- SqlHelper.cs
- SingletonChannelAcceptor.cs
- ViewKeyConstraint.cs
- DecimalConstantAttribute.cs
- LateBoundBitmapDecoder.cs
- ReachSerializer.cs
- Label.cs
- DropDownButton.cs
- WorkflowInstanceTerminatedRecord.cs
- UIAgentCrashedException.cs
- TdsParserSessionPool.cs
- FileSecurity.cs
- GetPageNumberCompletedEventArgs.cs
- ResourceAssociationTypeEnd.cs
- CompilerInfo.cs
- SaveFileDialogDesigner.cs
- RoutedEventConverter.cs
- IResourceProvider.cs
- XsdBuilder.cs
- PropertyStore.cs
- URLMembershipCondition.cs
- DataTableCollection.cs
- ResourceReferenceExpressionConverter.cs
- Component.cs
- VisualStateGroup.cs
- CollectionAdapters.cs
- LoadGrammarCompletedEventArgs.cs
- RootCodeDomSerializer.cs
- FigureHelper.cs
- ResetableIterator.cs
- CodeThrowExceptionStatement.cs
- SystemIcmpV4Statistics.cs
- SettingsBase.cs
- GuidelineCollection.cs
- EnumDataContract.cs
- SourceFilter.cs
- TemplateDefinition.cs
- Tracer.cs
- XmlSiteMapProvider.cs
- QilValidationVisitor.cs
- StreamedWorkflowDefinitionContext.cs
- EventsTab.cs
- AssemblyBuilderData.cs
- CharacterMetricsDictionary.cs
- UIAgentMonitor.cs
- ControlType.cs
- ServiceBuildProvider.cs
- LayoutExceptionEventArgs.cs