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 / EntityDataSourceChangedEventArgs.cs / 1 / EntityDataSourceChangedEventArgs.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 EntityDataSourceChangedEventArgs : EventArgs { private readonly ObjectContext _context; private readonly Exception _exception = null; private bool _exceptionHandled = false; private readonly object _entity = null; internal EntityDataSourceChangedEventArgs(ObjectContext context, object entity) { _context = context; _entity = entity; } internal EntityDataSourceChangedEventArgs(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 EntityDataSourceChangedEventArgs : EventArgs { private readonly ObjectContext _context; private readonly Exception _exception = null; private bool _exceptionHandled = false; private readonly object _entity = null; internal EntityDataSourceChangedEventArgs(ObjectContext context, object entity) { _context = context; _entity = entity; } internal EntityDataSourceChangedEventArgs(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
- InputGestureCollection.cs
- CommentEmitter.cs
- ReceiveActivity.cs
- SupportingTokenChannel.cs
- RichListBox.cs
- WebResponse.cs
- ToolStripMenuItem.cs
- TraceContextEventArgs.cs
- MarginCollapsingState.cs
- Literal.cs
- ParenExpr.cs
- ConstructorArgumentAttribute.cs
- _SslState.cs
- SQLStringStorage.cs
- TempEnvironment.cs
- SingleResultAttribute.cs
- TextCharacters.cs
- ToolstripProfessionalRenderer.cs
- KeyProperty.cs
- EtwTrace.cs
- StaticDataManager.cs
- CommittableTransaction.cs
- ExpressionNormalizer.cs
- CachedFontFamily.cs
- ScriptModule.cs
- InstanceNotReadyException.cs
- ThreadStartException.cs
- TagPrefixCollection.cs
- BindingCollectionElement.cs
- AppSecurityManager.cs
- DrawingGroupDrawingContext.cs
- PeerNameResolver.cs
- TextEmbeddedObject.cs
- DesignerOptionService.cs
- ContentDefinition.cs
- ASCIIEncoding.cs
- SettingsPropertyWrongTypeException.cs
- DigitalSignature.cs
- SourceLocation.cs
- SortedList.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- XmlException.cs
- Validator.cs
- RichTextBoxContextMenu.cs
- ImageSourceConverter.cs
- MetadataSerializer.cs
- MessageQueueConverter.cs
- ArrayElementGridEntry.cs
- SchemaEntity.cs
- StructuralType.cs
- PropertyChangedEventArgs.cs
- Timeline.cs
- MULTI_QI.cs
- CollectionContainer.cs
- PrintPreviewGraphics.cs
- TextStore.cs
- TokenBasedSetEnumerator.cs
- StartUpEventArgs.cs
- VersionedStreamOwner.cs
- ExpressionBuilder.cs
- User.cs
- IPPacketInformation.cs
- TreeViewHitTestInfo.cs
- DataGridCell.cs
- QilFunction.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- ColorConvertedBitmap.cs
- X509SecurityTokenProvider.cs
- XDeferredAxisSource.cs
- cache.cs
- EditorPartChrome.cs
- OdbcCommand.cs
- Compensate.cs
- SessionPageStatePersister.cs
- DataGrid.cs
- AdvancedBindingPropertyDescriptor.cs
- filewebresponse.cs
- MappingMetadataHelper.cs
- ModuleConfigurationInfo.cs
- DoWorkEventArgs.cs
- TypeSystemProvider.cs
- FileFormatException.cs
- SectionRecord.cs
- XmlILIndex.cs
- ForeignKeyConstraint.cs
- Executor.cs
- StringReader.cs
- ExpandCollapseProviderWrapper.cs
- PaintEvent.cs
- ThreadAbortException.cs
- Timeline.cs
- DataGrid.cs
- NavigatorInput.cs
- SecurityTokenAuthenticator.cs
- smtpconnection.cs
- ItemList.cs
- AuthenticationModuleElement.cs
- RuntimeEnvironment.cs
- XmlAtomicValue.cs
- RemotingException.cs