Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataWebControls / System / Data / WebControls / EntityDataSourceContextCreatedEventArgs.cs / 1305376 / EntityDataSourceContextCreatedEventArgs.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 EntityDataSourceContextCreatedEventArgs : EventArgs
{
private readonly ObjectContext _context;
internal EntityDataSourceContextCreatedEventArgs(ObjectContext context)
{
_context = context;
}
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
- BidPrivateBase.cs
- MailWebEventProvider.cs
- ExpressionBuilderContext.cs
- SizeConverter.cs
- Dump.cs
- IdnElement.cs
- EncryptedHeaderXml.cs
- XmlCharCheckingWriter.cs
- OutputCacheModule.cs
- HTTPRemotingHandler.cs
- IPEndPointCollection.cs
- PropertyItemInternal.cs
- Converter.cs
- WebHttpBindingElement.cs
- ResourceProviderFactory.cs
- ToolTipService.cs
- RTLAwareMessageBox.cs
- OdbcConnectionPoolProviderInfo.cs
- ArrayListCollectionBase.cs
- ToolStripContainerDesigner.cs
- KeyNotFoundException.cs
- EntityContainerEntitySetDefiningQuery.cs
- MessageDirection.cs
- SystemInfo.cs
- XamlPathDataSerializer.cs
- OptimizedTemplateContentHelper.cs
- login.cs
- ComplexTypeEmitter.cs
- XsltArgumentList.cs
- StorageEntitySetMapping.cs
- ACE.cs
- Graphics.cs
- ObjectHandle.cs
- _AcceptOverlappedAsyncResult.cs
- CompressEmulationStream.cs
- KeySpline.cs
- ChameleonKey.cs
- Array.cs
- LookupBindingPropertiesAttribute.cs
- AttributeProviderAttribute.cs
- MailAddressCollection.cs
- ScriptingWebServicesSectionGroup.cs
- ComponentManagerBroker.cs
- _NetworkingPerfCounters.cs
- ParallelTimeline.cs
- OutputCacheSettingsSection.cs
- CompilationAssemblyInstallComponent.cs
- ToolBar.cs
- ReaderOutput.cs
- JoinSymbol.cs
- LinqDataSourceHelper.cs
- CodeAttachEventStatement.cs
- ChooseAction.cs
- InvokeFunc.cs
- TextBoxView.cs
- EditorPart.cs
- CharEnumerator.cs
- ResourceExpressionBuilder.cs
- IntPtr.cs
- TableLayoutPanelCellPosition.cs
- ItemCheckedEvent.cs
- DataControlPagerLinkButton.cs
- ProxyWebPartManager.cs
- TriggerCollection.cs
- DataRow.cs
- ThreadStateException.cs
- DocumentReferenceCollection.cs
- DataObjectCopyingEventArgs.cs
- MobileTemplatedControlDesigner.cs
- SQLCharsStorage.cs
- AdjustableArrowCap.cs
- XmlFileEditor.cs
- BindingContext.cs
- LinkButton.cs
- NonParentingControl.cs
- DesignerDataTable.cs
- LineGeometry.cs
- RequestResizeEvent.cs
- _HelperAsyncResults.cs
- LinkLabel.cs
- ZipFileInfoCollection.cs
- QilLoop.cs
- DeviceContext.cs
- SqlProviderUtilities.cs
- IIS7WorkerRequest.cs
- HitTestWithGeometryDrawingContextWalker.cs
- Base64Stream.cs
- ResourcesChangeInfo.cs
- VisualStateGroup.cs
- Int32Rect.cs
- Rijndael.cs
- PropertyEntry.cs
- DataGridViewComboBoxEditingControl.cs
- DrawingDrawingContext.cs
- ProfileParameter.cs
- TextServicesPropertyRanges.cs
- DesignerOptionService.cs
- ShadowGlyph.cs
- DesignerDeviceConfig.cs
- ConnectionPoolManager.cs