Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- TemplateModeChangedEventArgs.cs
- TemplateNodeContextMenu.cs
- ResXDataNode.cs
- FocusChangedEventArgs.cs
- UpdateProgress.cs
- sqlcontext.cs
- ReadOnlyDictionary.cs
- FileSystemEnumerable.cs
- PropertyRecord.cs
- RelationshipManager.cs
- Literal.cs
- CompositionAdorner.cs
- PartDesigner.cs
- WhitespaceSignificantCollectionAttribute.cs
- DesignerAttribute.cs
- WindowsBrush.cs
- SplashScreenNativeMethods.cs
- MD5CryptoServiceProvider.cs
- returneventsaver.cs
- TextProviderWrapper.cs
- OleDbError.cs
- UrlAuthFailedErrorFormatter.cs
- ProcessRequestArgs.cs
- CFStream.cs
- RectAnimation.cs
- PointCollection.cs
- InheritanceService.cs
- RelatedView.cs
- NamedElement.cs
- EventMap.cs
- DataListCommandEventArgs.cs
- ToolStripRendererSwitcher.cs
- Attributes.cs
- StackSpiller.Generated.cs
- ResourceKey.cs
- HttpException.cs
- QualificationDataItem.cs
- ExpressionBuilder.cs
- Transform.cs
- FillBehavior.cs
- XsdDuration.cs
- EditorZoneBase.cs
- DispatchOperationRuntime.cs
- ExpressionDumper.cs
- Constants.cs
- TextAutomationPeer.cs
- InstanceDataCollectionCollection.cs
- LoadedOrUnloadedOperation.cs
- ActivityCodeGenerator.cs
- DbDataRecord.cs
- CodeMethodReturnStatement.cs
- EncoderFallback.cs
- NeutralResourcesLanguageAttribute.cs
- KnownTypeDataContractResolver.cs
- ClientApiGenerator.cs
- ObjectSpanRewriter.cs
- Propagator.cs
- OleDbRowUpdatedEvent.cs
- BindingsCollection.cs
- CompilationSection.cs
- ListViewGroupConverter.cs
- MethodBuilderInstantiation.cs
- MarshalByRefObject.cs
- SettingsAttributeDictionary.cs
- FunctionDescription.cs
- CodeSubDirectory.cs
- BulletChrome.cs
- DataAdapter.cs
- DataGridAddNewRow.cs
- NotCondition.cs
- IndependentAnimationStorage.cs
- PixelFormats.cs
- XamlRtfConverter.cs
- MetabaseSettings.cs
- DefinitionBase.cs
- ToolStripDropDownItem.cs
- FileDialog_Vista.cs
- PenContext.cs
- ApplicationActivator.cs
- ImageIndexConverter.cs
- ElementAction.cs
- Container.cs
- PixelFormatConverter.cs
- SchemaLookupTable.cs
- MenuItem.cs
- ScriptRegistrationManager.cs
- ButtonFieldBase.cs
- FileFormatException.cs
- DataGridViewCell.cs
- TemplateControlBuildProvider.cs
- LiteralTextContainerControlBuilder.cs
- PresentationTraceSources.cs
- FrugalMap.cs
- ViewStateException.cs
- DefinitionBase.cs
- DataObjectPastingEventArgs.cs
- IgnoreFlushAndCloseStream.cs
- TimeSpanParse.cs
- UshortList2.cs
- ThemeDictionaryExtension.cs