Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / DataWebControls / System / Data / WebControls / EntityDataSourceSelectingEventArgs.cs / 1305376 / EntityDataSourceSelectingEventArgs.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.Web.UI; using System.Web.UI.WebControls; using System.Data.Objects; using System.ComponentModel; using System.Data.Metadata.Edm; namespace System.Web.UI.WebControls { public class EntityDataSourceSelectingEventArgs : System.ComponentModel.CancelEventArgs { private readonly EntityDataSource _dataSource; private readonly DataSourceSelectArguments _selectArguments; internal EntityDataSourceSelectingEventArgs(EntityDataSource dataSource, DataSourceSelectArguments selectArgs) { _dataSource = dataSource; _selectArguments = selectArgs; } public EntityDataSource DataSource { get { return _dataSource; } } public DataSourceSelectArguments SelectArguments { get { return _selectArguments; } } } } // 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.Web.UI; using System.Web.UI.WebControls; using System.Data.Objects; using System.ComponentModel; using System.Data.Metadata.Edm; namespace System.Web.UI.WebControls { public class EntityDataSourceSelectingEventArgs : System.ComponentModel.CancelEventArgs { private readonly EntityDataSource _dataSource; private readonly DataSourceSelectArguments _selectArguments; internal EntityDataSourceSelectingEventArgs(EntityDataSource dataSource, DataSourceSelectArguments selectArgs) { _dataSource = dataSource; _selectArguments = selectArgs; } public EntityDataSource DataSource { get { return _dataSource; } } public DataSourceSelectArguments SelectArguments { get { return _selectArguments; } } } } // 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
- GridView.cs
- EntryPointNotFoundException.cs
- DesignerMetadata.cs
- TypeUtil.cs
- MsmqOutputChannel.cs
- XpsSerializationManagerAsync.cs
- ValidationErrorInfo.cs
- InfoCardAsymmetricCrypto.cs
- FamilyCollection.cs
- ExtendedPropertyDescriptor.cs
- CompositeTypefaceMetrics.cs
- OdbcEnvironment.cs
- Int32Rect.cs
- CommandHelpers.cs
- BounceEase.cs
- HttpContextBase.cs
- ServerValidateEventArgs.cs
- SqlHelper.cs
- Random.cs
- HelpFileFileNameEditor.cs
- BindingManagerDataErrorEventArgs.cs
- CompositeScriptReferenceEventArgs.cs
- WorkflowInstanceRecord.cs
- FaultBookmark.cs
- UTF32Encoding.cs
- HttpProcessUtility.cs
- AudioSignalProblemOccurredEventArgs.cs
- ReadOnlyDataSourceView.cs
- InplaceBitmapMetadataWriter.cs
- FlowSwitchLink.cs
- LineVisual.cs
- TextShapeableCharacters.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- CodeDirectiveCollection.cs
- SqlGenerator.cs
- BinaryObjectWriter.cs
- WorkflowDesigner.cs
- SetterBaseCollection.cs
- CodeTypeDelegate.cs
- SoapSchemaExporter.cs
- StreamMarshaler.cs
- Command.cs
- SqlWebEventProvider.cs
- ByteAnimationUsingKeyFrames.cs
- LocalizationComments.cs
- ItemsPresenter.cs
- GridViewUpdateEventArgs.cs
- LogEntrySerialization.cs
- SecurityKeyIdentifierClause.cs
- SynchronizingStream.cs
- DisplayMemberTemplateSelector.cs
- ControlTemplate.cs
- PreProcessInputEventArgs.cs
- TokenDescriptor.cs
- SqlNotificationEventArgs.cs
- MsmqInputSessionChannelListener.cs
- UniqueEventHelper.cs
- SimpleHandlerBuildProvider.cs
- XmlFormatReaderGenerator.cs
- XmlSchemaAttribute.cs
- ImageClickEventArgs.cs
- Attributes.cs
- Schema.cs
- Color.cs
- RuntimeEnvironment.cs
- FileDialog_Vista.cs
- PrtTicket_Public_Simple.cs
- RecognizerBase.cs
- ComponentRenameEvent.cs
- WebServiceClientProxyGenerator.cs
- WindowInteropHelper.cs
- Duration.cs
- RepeatButton.cs
- HttpMethodConstraint.cs
- PropertyOrder.cs
- MasterPage.cs
- ExpressionBuilderContext.cs
- COAUTHINFO.cs
- DefaultBinder.cs
- DataGridViewTopRowAccessibleObject.cs
- PixelFormatConverter.cs
- SettingsProperty.cs
- DateTimeFormatInfo.cs
- GenerateHelper.cs
- UIElementCollection.cs
- HandlerMappingMemo.cs
- NullReferenceException.cs
- SqlDataRecord.cs
- BuilderPropertyEntry.cs
- ReachDocumentReferenceCollectionSerializer.cs
- UnmanagedHandle.cs
- AccessedThroughPropertyAttribute.cs
- ContextBase.cs
- DocumentViewerBaseAutomationPeer.cs
- HttpCookiesSection.cs
- SerTrace.cs
- ParenExpr.cs
- RepeatEnumerable.cs
- NCryptSafeHandles.cs
- FixedBufferAttribute.cs