Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / ndp / fx / src / xsp / System / Web / Extensions / ui / webcontrols / LinqDataSourceDisposeEventArgs.cs / 1 / LinqDataSourceDisposeEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)] public class LinqDataSourceDisposeEventArgs : CancelEventArgs { private object _objectInstance; public LinqDataSourceDisposeEventArgs(object instance) { _objectInstance = instance; } public object ObjectInstance { get { return _objectInstance; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Security.Permissions; [AspNetHostingPermission(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)] public class LinqDataSourceDisposeEventArgs : CancelEventArgs { private object _objectInstance; public LinqDataSourceDisposeEventArgs(object instance) { _objectInstance = instance; } public object ObjectInstance { get { return _objectInstance; } } } } // 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
- WebEventTraceProvider.cs
- VerticalAlignConverter.cs
- LockCookie.cs
- LinkClickEvent.cs
- SingleConverter.cs
- ComponentGlyph.cs
- PointAnimationClockResource.cs
- XmlElementList.cs
- StringStorage.cs
- SqlInfoMessageEvent.cs
- InfoCardTraceRecord.cs
- TabletCollection.cs
- FileLogRecord.cs
- RepeaterItemEventArgs.cs
- Keywords.cs
- ZipPackagePart.cs
- Scene3D.cs
- ProcessModelInfo.cs
- Inline.cs
- RelatedCurrencyManager.cs
- RouteParametersHelper.cs
- WindowInteropHelper.cs
- RoleManagerModule.cs
- UInt32.cs
- SqlTypeConverter.cs
- RegexStringValidatorAttribute.cs
- DrawListViewItemEventArgs.cs
- LogicalExpr.cs
- SR.cs
- InkCanvasSelectionAdorner.cs
- PasswordTextNavigator.cs
- ImageMap.cs
- DataObjectCopyingEventArgs.cs
- SequentialUshortCollection.cs
- ReadOnlyDataSource.cs
- QueryOutputWriterV1.cs
- ResolveNameEventArgs.cs
- StylusShape.cs
- ExtendedPropertyDescriptor.cs
- SymmetricSecurityBindingElement.cs
- _HeaderInfoTable.cs
- SQLSingleStorage.cs
- PathFigure.cs
- SafeNativeMethods.cs
- LayoutManager.cs
- OracleParameterBinding.cs
- RotateTransform.cs
- GridViewRow.cs
- FormsAuthenticationConfiguration.cs
- CommunicationObjectAbortedException.cs
- ExtendedPropertyCollection.cs
- UpdatePanelTriggerCollection.cs
- DataRelation.cs
- InkCanvasInnerCanvas.cs
- storagemappingitemcollection.viewdictionary.cs
- ManagementDateTime.cs
- AccessedThroughPropertyAttribute.cs
- XamlSerializer.cs
- DynamicAttribute.cs
- PlainXmlWriter.cs
- WmpBitmapEncoder.cs
- SafeRightsManagementSessionHandle.cs
- StaticExtensionConverter.cs
- InvalidDataContractException.cs
- RelOps.cs
- SyndicationDeserializer.cs
- DbProviderServices.cs
- DetailsViewInsertedEventArgs.cs
- DrawingImage.cs
- XmlChoiceIdentifierAttribute.cs
- BinaryUtilClasses.cs
- EditingCommands.cs
- ComboBox.cs
- UnknownBitmapEncoder.cs
- WindowsFormsHost.cs
- SymbolEqualComparer.cs
- TransmissionStrategy.cs
- DependencyPropertyAttribute.cs
- QueryOptionExpression.cs
- SelectionRange.cs
- MenuItemStyleCollectionEditor.cs
- compensatingcollection.cs
- CqlParserHelpers.cs
- MsmqIntegrationAppDomainProtocolHandler.cs
- EntityDataSourceContainerNameConverter.cs
- MergeLocalizationDirectives.cs
- CodeMemberField.cs
- DigestComparer.cs
- ZipIOLocalFileHeader.cs
- JoinSymbol.cs
- BatchWriter.cs
- GCHandleCookieTable.cs
- RowUpdatingEventArgs.cs
- XmlAnyElementAttributes.cs
- RectKeyFrameCollection.cs
- CookieProtection.cs
- WebPartConnectionsCancelEventArgs.cs
- XmlNamedNodeMap.cs
- AvTraceDetails.cs
- Range.cs