Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / WebControls / LinqDataSourceDisposeEventArgs.cs / 1305376 / LinqDataSourceDisposeEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- #if ORYX_VNEXT namespace Microsoft.Web.Data.UI.WebControls { using System.Web; #else namespace System.Web.UI.WebControls { #endif using System; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; 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
- AnnotationResource.cs
- ProfilePropertySettings.cs
- returneventsaver.cs
- ProviderUtil.cs
- SpellerHighlightLayer.cs
- MeasureData.cs
- ConfigurationValues.cs
- WindowsHyperlink.cs
- TerminatorSinks.cs
- MouseBinding.cs
- XamlInterfaces.cs
- SoapSchemaMember.cs
- OutgoingWebResponseContext.cs
- ManipulationPivot.cs
- LeftCellWrapper.cs
- ReflectTypeDescriptionProvider.cs
- MappingMetadataHelper.cs
- DeviceContext.cs
- VersionPair.cs
- SafeViewOfFileHandle.cs
- TiffBitmapEncoder.cs
- TdsParserSessionPool.cs
- OleStrCAMarshaler.cs
- IntegerValidator.cs
- ObjectToModelValueConverter.cs
- TextEncodedRawTextWriter.cs
- HttpRuntime.cs
- FormParameter.cs
- OptimisticConcurrencyException.cs
- FileDialog.cs
- ClockGroup.cs
- ApplicationFileParser.cs
- SqlConnectionString.cs
- NGCPageContentCollectionSerializerAsync.cs
- FileUtil.cs
- ProtocolsConfigurationEntry.cs
- TextElementEnumerator.cs
- ZeroOpNode.cs
- QueryIntervalOp.cs
- SqlClientMetaDataCollectionNames.cs
- _OverlappedAsyncResult.cs
- SHA256.cs
- DetailsViewInsertedEventArgs.cs
- GeometryGroup.cs
- SessionEndedEventArgs.cs
- XmlSchemaIdentityConstraint.cs
- Utils.cs
- EntitySqlQueryState.cs
- Collection.cs
- TemplateFactory.cs
- XmlDataSourceView.cs
- SecureStringHasher.cs
- DataSourceCache.cs
- VirtualDirectoryMappingCollection.cs
- IgnoreFileBuildProvider.cs
- FormsAuthenticationEventArgs.cs
- AsyncContentLoadedEventArgs.cs
- SimpleType.cs
- LingerOption.cs
- RijndaelManagedTransform.cs
- ContextMenu.cs
- WindowsTokenRoleProvider.cs
- UInt32Converter.cs
- AcceleratedTokenAuthenticator.cs
- ItemContainerGenerator.cs
- InputGestureCollection.cs
- RNGCryptoServiceProvider.cs
- Helpers.cs
- OwnerDrawPropertyBag.cs
- HMACRIPEMD160.cs
- XPathNavigatorKeyComparer.cs
- GridViewCellAutomationPeer.cs
- MemberInfoSerializationHolder.cs
- CommaDelimitedStringAttributeCollectionConverter.cs
- DSASignatureDeformatter.cs
- RequestDescription.cs
- _TLSstream.cs
- ToolStripItemImageRenderEventArgs.cs
- WindowClosedEventArgs.cs
- CodeDesigner.cs
- ExtentJoinTreeNode.cs
- Int32Rect.cs
- DecimalAnimation.cs
- DebuggerAttributes.cs
- indexingfiltermarshaler.cs
- Win32Interop.cs
- ObjectTag.cs
- StructuralObject.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- PictureBoxDesigner.cs
- MappingSource.cs
- GenericTextProperties.cs
- RtfToXamlLexer.cs
- EventLogRecord.cs
- QuaternionAnimation.cs
- figurelength.cs
- ControlCachePolicy.cs
- RadioButtonBaseAdapter.cs
- WebBrowserProgressChangedEventHandler.cs
- MultiSelector.cs