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
- XmlSchemaInfo.cs
- Query.cs
- XmlDictionaryReader.cs
- ModuleBuilder.cs
- Message.cs
- TypedTableBase.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- login.cs
- MultiView.cs
- XmlCountingReader.cs
- WindowsSpinner.cs
- TextEditorCopyPaste.cs
- WindowsAuthenticationEventArgs.cs
- ByteAnimationBase.cs
- XsdDateTime.cs
- BaseContextMenu.cs
- Misc.cs
- PartialTrustHelpers.cs
- RuleSettingsCollection.cs
- ZipIOLocalFileHeader.cs
- Point.cs
- Tool.cs
- XmlIlTypeHelper.cs
- SystemNetworkInterface.cs
- OdbcConnectionPoolProviderInfo.cs
- RichTextBoxDesigner.cs
- DesignerActionVerbItem.cs
- SchemaExporter.cs
- XmlSchemas.cs
- _ListenerResponseStream.cs
- PrintDocument.cs
- XsltLibrary.cs
- SqlMethodAttribute.cs
- ServiceInstanceProvider.cs
- ChannelManager.cs
- RSAPKCS1KeyExchangeFormatter.cs
- XmlTextAttribute.cs
- shaperfactoryquerycacheentry.cs
- TriggerBase.cs
- UnsafeMethods.cs
- HashMembershipCondition.cs
- RegexCapture.cs
- TaskFormBase.cs
- BinHexEncoder.cs
- ZipIOExtraFieldZip64Element.cs
- Claim.cs
- TextStore.cs
- SimpleWorkerRequest.cs
- ProfileSettingsCollection.cs
- SecureUICommand.cs
- ToolStripScrollButton.cs
- ParameterCollection.cs
- ContentPlaceHolder.cs
- InfoCardRSAOAEPKeyExchangeFormatter.cs
- CommonDialog.cs
- SafeViewOfFileHandle.cs
- DoubleLink.cs
- RelationshipManager.cs
- DesignerResources.cs
- DataGridViewCellConverter.cs
- SqlAliaser.cs
- DiscoveryDocumentLinksPattern.cs
- Axis.cs
- BitFlagsGenerator.cs
- XmlExpressionDumper.cs
- ConfigXmlDocument.cs
- DataListGeneralPage.cs
- SchemaImporterExtensionsSection.cs
- ScaleTransform.cs
- XmlDigitalSignatureProcessor.cs
- unsafenativemethodsother.cs
- ReaderContextStackData.cs
- TextServicesContext.cs
- SqlVersion.cs
- DebugView.cs
- SelectionItemPattern.cs
- HashMembershipCondition.cs
- GetFileNameResult.cs
- PrintingPermissionAttribute.cs
- DesignerProperties.cs
- VBCodeProvider.cs
- InternalMappingException.cs
- CompileXomlTask.cs
- DataBindingExpressionBuilder.cs
- ToolStrip.cs
- SqlFacetAttribute.cs
- BufferedWebEventProvider.cs
- OutKeywords.cs
- Clock.cs
- CustomPopupPlacement.cs
- PermissionSetTriple.cs
- GlyphingCache.cs
- ProviderSettingsCollection.cs
- PropertyGroupDescription.cs
- DataGridGeneralPage.cs
- SqlHelper.cs
- CustomError.cs
- AsymmetricSignatureFormatter.cs
- LinkDescriptor.cs
- AppDomain.cs