Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataWeb / Client / System / Data / Services / Client / Binding / DataServiceSaveChangesEventArgs.cs / 1305376 / DataServiceSaveChangesEventArgs.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // //// DataServiceSaveChangesEventArgs class // // //--------------------------------------------------------------------- namespace System.Data.Services.Client { ////// Encapsulates the arguments for the DataServiceContext ChangesSaved event /// internal class SaveChangesEventArgs : EventArgs { ////// DataServiceContext SaveChanges response /// [System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Performance", "CA1823", Justification = "No upstream callers.")] private DataServiceResponse response; ////// Construct a DataServiceSaveChangesEventArgs object. /// /// DataServiceContext SaveChanges response public SaveChangesEventArgs(DataServiceResponse response) { this.response = response; } } } // 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
- BinaryFormatterWriter.cs
- XamlFilter.cs
- BadImageFormatException.cs
- SizeAnimationBase.cs
- CaseStatementSlot.cs
- EnvironmentPermission.cs
- GenericTypeParameterBuilder.cs
- SerializableAttribute.cs
- COM2EnumConverter.cs
- LogSwitch.cs
- Operator.cs
- ListDictionaryInternal.cs
- COM2DataTypeToManagedDataTypeConverter.cs
- ListControlActionList.cs
- Point3DAnimationBase.cs
- CalendarDataBindingHandler.cs
- CursorConverter.cs
- nulltextcontainer.cs
- ChildDocumentBlock.cs
- OrthographicCamera.cs
- JoinCqlBlock.cs
- FormatConvertedBitmap.cs
- CodeMethodReturnStatement.cs
- DataGridPagerStyle.cs
- LineBreak.cs
- DbQueryCommandTree.cs
- GrammarBuilderPhrase.cs
- CallbackHandler.cs
- DBParameter.cs
- Property.cs
- GridViewRowPresenter.cs
- ModuleConfigurationInfo.cs
- Int64AnimationBase.cs
- PinProtectionHelper.cs
- ModelItemDictionary.cs
- UIElement.cs
- FactoryMaker.cs
- InitializationEventAttribute.cs
- ConfigurationSectionGroup.cs
- TimeSpanMinutesOrInfiniteConverter.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- Context.cs
- XmlSchemaFacet.cs
- ConcurrencyMode.cs
- TemplateComponentConnector.cs
- XmlDocumentSerializer.cs
- DocumentEventArgs.cs
- LogicalExpr.cs
- TreePrinter.cs
- IntPtr.cs
- CustomAttribute.cs
- CacheDict.cs
- XmlReader.cs
- DependencyObjectType.cs
- DateTimeOffsetStorage.cs
- TextParaClient.cs
- VisualTarget.cs
- SplitterEvent.cs
- ReaderWriterLockWrapper.cs
- SamlEvidence.cs
- WinEventHandler.cs
- GridViewDeleteEventArgs.cs
- DataGridViewComboBoxCell.cs
- RoleGroup.cs
- ValidationException.cs
- RuntimeArgumentHandle.cs
- UnhandledExceptionEventArgs.cs
- MessageQueuePermissionAttribute.cs
- SafeSystemMetrics.cs
- CursorConverter.cs
- EdmSchemaAttribute.cs
- BreakRecordTable.cs
- NotImplementedException.cs
- DesignBindingEditor.cs
- VideoDrawing.cs
- RequestQueryProcessor.cs
- ErrorHandler.cs
- CaseInsensitiveHashCodeProvider.cs
- DatePickerTextBox.cs
- XmlValueConverter.cs
- KeyedPriorityQueue.cs
- XmlSignatureManifest.cs
- DataGridViewCellFormattingEventArgs.cs
- InvalidAsynchronousStateException.cs
- HtmlInputFile.cs
- TextStore.cs
- SqlDuplicator.cs
- TextContainerChangedEventArgs.cs
- ClientProtocol.cs
- SoapExtension.cs
- IHttpResponseInternal.cs
- WindowsFormsHostAutomationPeer.cs
- SystemFonts.cs
- OrderedDictionary.cs
- MdImport.cs
- SafeHandles.cs
- AdornerHitTestResult.cs
- InputProviderSite.cs
- XmlSchemaFacet.cs
- IdentityManager.cs