Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- EnumType.cs
- HttpCapabilitiesEvaluator.cs
- WebZone.cs
- BoundingRectTracker.cs
- Function.cs
- BamlMapTable.cs
- GB18030Encoding.cs
- ZipIOFileItemStream.cs
- ColumnTypeConverter.cs
- SafeRightsManagementQueryHandle.cs
- DirtyTextRange.cs
- PerformanceCounters.cs
- util.cs
- WebPartsPersonalizationAuthorization.cs
- DispatcherFrame.cs
- ArrangedElement.cs
- CoTaskMemSafeHandle.cs
- RequestSecurityTokenResponse.cs
- QuaternionKeyFrameCollection.cs
- ExponentialEase.cs
- SelectionChangedEventArgs.cs
- CodeThrowExceptionStatement.cs
- HttpRequestCacheValidator.cs
- ExpressionEditorAttribute.cs
- RefreshEventArgs.cs
- LineInfo.cs
- HttpServerVarsCollection.cs
- StandardToolWindows.cs
- AsyncOperation.cs
- BoundField.cs
- DataServiceRequestArgs.cs
- HtmlGenericControl.cs
- IIS7WorkerRequest.cs
- DataControlFieldCollection.cs
- InkCanvasAutomationPeer.cs
- ParameterToken.cs
- QilInvokeLateBound.cs
- ImportStoreException.cs
- Types.cs
- DeploymentExceptionMapper.cs
- ExecutionScope.cs
- ExpressionBuilderContext.cs
- ScrollableControl.cs
- XsdCachingReader.cs
- TimelineGroup.cs
- PageAsyncTaskManager.cs
- PathFigure.cs
- WindowsScrollBar.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- IntSumAggregationOperator.cs
- ImpersonationContext.cs
- DataGridTable.cs
- TextServicesLoader.cs
- BoolExpr.cs
- DeflateStreamAsyncResult.cs
- DSASignatureDeformatter.cs
- EntityDesignPluralizationHandler.cs
- QilInvoke.cs
- DataGridViewControlCollection.cs
- bidPrivateBase.cs
- ObjectResult.cs
- DataControlImageButton.cs
- SpellerHighlightLayer.cs
- TypeSystemProvider.cs
- PasswordDeriveBytes.cs
- DataGridCommandEventArgs.cs
- ConsoleEntryPoint.cs
- DragEventArgs.cs
- AuthenticationModuleElement.cs
- ValueUtilsSmi.cs
- AlternateViewCollection.cs
- EventDescriptorCollection.cs
- NameValueCollection.cs
- PersonalizableAttribute.cs
- DbSetClause.cs
- TextServicesLoader.cs
- ToolStripArrowRenderEventArgs.cs
- CodeDOMUtility.cs
- FileDataSourceCache.cs
- DataSourceSelectArguments.cs
- RoutedPropertyChangedEventArgs.cs
- GifBitmapEncoder.cs
- GlyphInfoList.cs
- DataControlHelper.cs
- VirtualPathProvider.cs
- StreamResourceInfo.cs
- EdmPropertyAttribute.cs
- mediaclock.cs
- RuntimeConfig.cs
- SystemTcpConnection.cs
- cookie.cs
- FixedTextSelectionProcessor.cs
- Queue.cs
- MtomMessageEncodingElement.cs
- MethodToken.cs
- SQLMoney.cs
- TraceInternal.cs
- OleDbFactory.cs
- TextViewBase.cs
- ImageAttributes.cs