Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / ndp / fx / src / DataWebControls / System / Data / WebControls / EntityDataSourceChangingEventArgs.cs / 1 / EntityDataSourceChangingEventArgs.cs
//---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner objsdev //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data.Objects; namespace System.Web.UI.WebControls { public class EntityDataSourceChangingEventArgs : System.ComponentModel.CancelEventArgs { private readonly ObjectContext _context; private readonly Exception _exception = null; private bool _exceptionHandled = false; private readonly object _entity = null; internal EntityDataSourceChangingEventArgs(ObjectContext context, object entity) { _context = context; _entity = entity; } internal EntityDataSourceChangingEventArgs(Exception exception) { _exception = exception; } public Exception Exception { get { return _exception; } } public bool ExceptionHandled { get { return _exceptionHandled; } set { _exceptionHandled = value; } } public object Entity { get { return _entity; } } public ObjectContext Context { get { return _context; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //---------------------------------------------------------------------- //// Copyright (c) Microsoft Corporation. All rights reserved. // // // @owner [....] // @backupOwner objsdev //--------------------------------------------------------------------- using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Data.Objects; namespace System.Web.UI.WebControls { public class EntityDataSourceChangingEventArgs : System.ComponentModel.CancelEventArgs { private readonly ObjectContext _context; private readonly Exception _exception = null; private bool _exceptionHandled = false; private readonly object _entity = null; internal EntityDataSourceChangingEventArgs(ObjectContext context, object entity) { _context = context; _entity = entity; } internal EntityDataSourceChangingEventArgs(Exception exception) { _exception = exception; } public Exception Exception { get { return _exception; } } public bool ExceptionHandled { get { return _exceptionHandled; } set { _exceptionHandled = value; } } public object Entity { get { return _entity; } } public ObjectContext Context { get { return _context; } } } } // 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
- LayeredChannelListener.cs
- SymbolMethod.cs
- CodeMemberField.cs
- IOException.cs
- ClusterSafeNativeMethods.cs
- ListViewDeletedEventArgs.cs
- GridViewCancelEditEventArgs.cs
- GuidelineSet.cs
- WebPartConnectionsCancelVerb.cs
- GridViewPageEventArgs.cs
- BooleanKeyFrameCollection.cs
- ComponentChangedEvent.cs
- ResourcePart.cs
- DifferencingCollection.cs
- SvcMapFileLoader.cs
- BooleanFunctions.cs
- KeyGestureConverter.cs
- CustomCategoryAttribute.cs
- KnowledgeBase.cs
- LoggedException.cs
- WmfPlaceableFileHeader.cs
- PreDigestedSignedInfo.cs
- IODescriptionAttribute.cs
- ApplicationId.cs
- DiffuseMaterial.cs
- SwitchCase.cs
- SmiEventSink_DeferedProcessing.cs
- MethodBuilder.cs
- SequenceDesigner.xaml.cs
- ConfigurationStrings.cs
- TemplateXamlTreeBuilder.cs
- ValidationUtility.cs
- QueryStringParameter.cs
- MsmqHostedTransportManager.cs
- Operators.cs
- SettingsProviderCollection.cs
- FixUpCollection.cs
- ProfileBuildProvider.cs
- UnmanagedBitmapWrapper.cs
- MimeWriter.cs
- DataServiceException.cs
- GlyphManager.cs
- BindingNavigatorDesigner.cs
- SrgsDocumentParser.cs
- Header.cs
- SmiMetaData.cs
- ColorTransform.cs
- RoleManagerSection.cs
- ClientConvert.cs
- CultureInfo.cs
- XmlSchemaInfo.cs
- StyleTypedPropertyAttribute.cs
- StoryFragments.cs
- SpecialNameAttribute.cs
- Setter.cs
- SecurityIdentifierElementCollection.cs
- Encoding.cs
- MetadataFile.cs
- IISMapPath.cs
- ConnectionsZoneAutoFormat.cs
- InvalidCastException.cs
- HttpRuntime.cs
- XPathQilFactory.cs
- TypeExtensionSerializer.cs
- AddingNewEventArgs.cs
- SharedConnectionWorkflowTransactionService.cs
- ImageCollectionEditor.cs
- DataGridItem.cs
- RequestContext.cs
- TextEditorSelection.cs
- ElementHostAutomationPeer.cs
- ListViewItem.cs
- DataGridViewCellLinkedList.cs
- LifetimeServices.cs
- WebCodeGenerator.cs
- AttachedPropertyBrowsableForTypeAttribute.cs
- DynamicArgumentDesigner.xaml.cs
- DictionarySectionHandler.cs
- DetailsViewCommandEventArgs.cs
- BindingContext.cs
- UnsafeNativeMethods.cs
- X509CertificateChain.cs
- BookmarkWorkItem.cs
- SymbolEqualComparer.cs
- Events.cs
- SerializationEventsCache.cs
- TextRangeEdit.cs
- AttributeXamlType.cs
- Inline.cs
- KnownColorTable.cs
- GorillaCodec.cs
- CachingHintValidation.cs
- CssClassPropertyAttribute.cs
- AccessedThroughPropertyAttribute.cs
- FixedSOMElement.cs
- ExeConfigurationFileMap.cs
- SoapAttributeAttribute.cs
- Polyline.cs
- ValueType.cs
- ControlBuilder.cs