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
- SafeHandle.cs
- XMLSyntaxException.cs
- DocumentsTrace.cs
- CompositeScriptReference.cs
- RawContentTypeMapper.cs
- Part.cs
- PackWebRequest.cs
- LocalizableResourceBuilder.cs
- OutputCacheProfileCollection.cs
- Substitution.cs
- JoinGraph.cs
- MembershipUser.cs
- AutomationPropertyInfo.cs
- ViewStateModeByIdAttribute.cs
- ScriptBehaviorDescriptor.cs
- WebControlsSection.cs
- PageClientProxyGenerator.cs
- XmlArrayItemAttributes.cs
- ProcessProtocolHandler.cs
- RangeValidator.cs
- SignatureGenerator.cs
- ColorKeyFrameCollection.cs
- UxThemeWrapper.cs
- InvalidComObjectException.cs
- DataContractJsonSerializerOperationFormatter.cs
- ParseChildrenAsPropertiesAttribute.cs
- sitestring.cs
- JobDuplex.cs
- QueueAccessMode.cs
- CustomSignedXml.cs
- RandomNumberGenerator.cs
- NetworkInformationException.cs
- Domain.cs
- Int32CAMarshaler.cs
- ExpressionBindingCollection.cs
- OleDbRowUpdatingEvent.cs
- WinEventQueueItem.cs
- DataGridColumnDropSeparator.cs
- HttpResponseInternalBase.cs
- QilName.cs
- ResourcePermissionBase.cs
- ZipFileInfo.cs
- AssemblyAttributesGoHere.cs
- LayoutEvent.cs
- GeneralTransform2DTo3DTo2D.cs
- VisualBasic.cs
- MembershipSection.cs
- DesignTimeData.cs
- TreeWalker.cs
- ISAPIWorkerRequest.cs
- PathParser.cs
- Rect3D.cs
- VisualStyleElement.cs
- Selector.cs
- WbmpConverter.cs
- TableCellCollection.cs
- WorkflowPersistenceContext.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- ReferencedCollectionType.cs
- EmptyEnumerator.cs
- RuntimeArgumentHandle.cs
- FileDialog_Vista_Interop.cs
- BamlBinaryWriter.cs
- EncodingInfo.cs
- Win32MouseDevice.cs
- ScrollViewer.cs
- BoundsDrawingContextWalker.cs
- DecoderBestFitFallback.cs
- HttpGetClientProtocol.cs
- Region.cs
- IFlowDocumentViewer.cs
- DefaultEventAttribute.cs
- SizeKeyFrameCollection.cs
- TextHidden.cs
- QueryOperatorEnumerator.cs
- ParameterEditorUserControl.cs
- RectangleGeometry.cs
- TypeGeneratedEventArgs.cs
- RootBrowserWindowProxy.cs
- ProcessStartInfo.cs
- Vector3DKeyFrameCollection.cs
- QilTypeChecker.cs
- CompiledRegexRunnerFactory.cs
- PtsCache.cs
- InvalidDataException.cs
- ApplicationTrust.cs
- Point3DCollectionConverter.cs
- XmlDocumentViewSchema.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- ProcessModelSection.cs
- GenericTypeParameterBuilder.cs
- PinnedBufferMemoryStream.cs
- HyperlinkAutomationPeer.cs
- StylusSystemGestureEventArgs.cs
- SpellerInterop.cs
- MappedMetaModel.cs
- PointHitTestResult.cs
- pingexception.cs
- MergeFilterQuery.cs
- XsdBuilder.cs