Code:
/ DotNET / DotNET / 8.0 / untmp / Orcas / RTM / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ExtendedProperty.cs
- QueryPrefixOp.cs
- TimestampInformation.cs
- LinkConverter.cs
- XamlGridLengthSerializer.cs
- Invariant.cs
- OleDbRowUpdatingEvent.cs
- Stream.cs
- httpapplicationstate.cs
- ConvertersCollection.cs
- ConfigXmlWhitespace.cs
- OledbConnectionStringbuilder.cs
- OutputCacheModule.cs
- SQLGuidStorage.cs
- ResourcesChangeInfo.cs
- ComponentResourceKey.cs
- GatewayDefinition.cs
- ListControl.cs
- CodeComment.cs
- MetafileHeaderEmf.cs
- _FtpControlStream.cs
- HostingPreferredMapPath.cs
- serverconfig.cs
- Converter.cs
- RepeaterDataBoundAdapter.cs
- HierarchicalDataBoundControl.cs
- DelegatingChannelListener.cs
- IIS7WorkerRequest.cs
- LayoutInformation.cs
- WebPartEditorApplyVerb.cs
- UTF8Encoding.cs
- MarginsConverter.cs
- DataControlField.cs
- CodeLabeledStatement.cs
- ToolStripDropTargetManager.cs
- XPathMultyIterator.cs
- EventLogTraceListener.cs
- BindingContext.cs
- Solver.cs
- ZipIOLocalFileDataDescriptor.cs
- DataDocumentXPathNavigator.cs
- SqlDataReader.cs
- WebPartMenuStyle.cs
- Color.cs
- X509Certificate2Collection.cs
- FlowDocumentScrollViewerAutomationPeer.cs
- StateMachineHelpers.cs
- IPAddress.cs
- MessageBox.cs
- XPathNodeIterator.cs
- SystemWebCachingSectionGroup.cs
- CheckBoxField.cs
- SEHException.cs
- FixedSOMGroup.cs
- SimpleHandlerBuildProvider.cs
- WebPartUtil.cs
- AspNetHostingPermission.cs
- ParsedAttributeCollection.cs
- EdmPropertyAttribute.cs
- SafeMILHandleMemoryPressure.cs
- ContainerParagraph.cs
- FrugalList.cs
- Misc.cs
- EntityDataSourceReferenceGroup.cs
- VectorAnimationUsingKeyFrames.cs
- AncillaryOps.cs
- InternalPermissions.cs
- PageSetupDialog.cs
- OutputCacheProfile.cs
- safelinkcollection.cs
- SystemIcons.cs
- ExceptionDetail.cs
- _SingleItemRequestCache.cs
- ImageListStreamer.cs
- LiteralTextContainerControlBuilder.cs
- AnnotationAdorner.cs
- XsdValidatingReader.cs
- TreeNodeSelectionProcessor.cs
- XamlSerializer.cs
- HandledEventArgs.cs
- XmlILModule.cs
- EventLogPermission.cs
- Merger.cs
- BounceEase.cs
- AudioFormatConverter.cs
- Pens.cs
- NavigationService.cs
- XmlSchemaSimpleTypeRestriction.cs
- PixelFormatConverter.cs
- MSAAEventDispatcher.cs
- CustomErrorsSection.cs
- TabRenderer.cs
- NetMsmqSecurityMode.cs
- ApplicationServicesHostFactory.cs
- TreeViewAutomationPeer.cs
- ConfigurationValue.cs
- CustomTrackingQuery.cs
- IFormattable.cs
- WebContentFormatHelper.cs
- SHA384CryptoServiceProvider.cs