Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / ObjectDataSourceDisposingEventArgs.cs / 1305376 / ObjectDataSourceDisposingEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections; using System.ComponentModel; ////// Represents data that is passed into an ObjectDataSourceDisposingEventHandler delegate. /// public class ObjectDataSourceDisposingEventArgs : CancelEventArgs { private object _objectInstance; ////// Creates a new instance of ObjectDataSourceDisposingEventArgs. /// public ObjectDataSourceDisposingEventArgs(object objectInstance) : base() { _objectInstance = objectInstance; } ////// The instance of the object created by the ObjectDataSource. Set this /// property if you need to create the object using a non-default /// constructor. /// 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.Collections; using System.ComponentModel; ////// Represents data that is passed into an ObjectDataSourceDisposingEventHandler delegate. /// public class ObjectDataSourceDisposingEventArgs : CancelEventArgs { private object _objectInstance; ////// Creates a new instance of ObjectDataSourceDisposingEventArgs. /// public ObjectDataSourceDisposingEventArgs(object objectInstance) : base() { _objectInstance = objectInstance; } ////// The instance of the object created by the ObjectDataSource. Set this /// property if you need to create the object using a non-default /// constructor. /// 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
- GestureRecognitionResult.cs
- DataBoundLiteralControl.cs
- BackgroundFormatInfo.cs
- SamlConstants.cs
- SplitterPanel.cs
- followingsibling.cs
- dsa.cs
- PointCollection.cs
- FileDialog.cs
- ProtocolViolationException.cs
- Int64.cs
- WindowAutomationPeer.cs
- XmlSchemaAttribute.cs
- FrameAutomationPeer.cs
- QEncodedStream.cs
- Quaternion.cs
- ParagraphResult.cs
- DocumentXPathNavigator.cs
- MeshGeometry3D.cs
- OpenTypeLayout.cs
- AccessDataSourceDesigner.cs
- PolyQuadraticBezierSegment.cs
- RedistVersionInfo.cs
- PersonalizationEntry.cs
- ConsoleKeyInfo.cs
- HwndTarget.cs
- ArraySegment.cs
- CapabilitiesRule.cs
- UnionCodeGroup.cs
- ImageKeyConverter.cs
- XLinq.cs
- QueryReaderSettings.cs
- FormsAuthenticationConfiguration.cs
- DoubleLink.cs
- WebResponse.cs
- GeometryCollection.cs
- FreeFormDragDropManager.cs
- Sentence.cs
- WindowsPen.cs
- Switch.cs
- LinkClickEvent.cs
- KnowledgeBase.cs
- DropDownList.cs
- DebugView.cs
- ClientScriptManager.cs
- DocumentViewer.cs
- ChangesetResponse.cs
- TreeNodeBindingCollection.cs
- Section.cs
- IpcChannel.cs
- Bind.cs
- TargetFrameworkAttribute.cs
- ListMarkerLine.cs
- TypedElement.cs
- BaseComponentEditor.cs
- PageThemeBuildProvider.cs
- DescriptionAttribute.cs
- DocumentApplicationJournalEntry.cs
- SafeFileMapViewHandle.cs
- XmlDataDocument.cs
- Token.cs
- StreamingContext.cs
- NativeMethods.cs
- Deflater.cs
- SiblingIterators.cs
- DrawingState.cs
- CapabilitiesRule.cs
- RootBrowserWindow.cs
- ScrollPattern.cs
- DiscoveryRequestHandler.cs
- WindowsFormsSynchronizationContext.cs
- ExtentCqlBlock.cs
- FixedMaxHeap.cs
- InputLanguageSource.cs
- LocalizationComments.cs
- GeneralTransform3DCollection.cs
- HttpStreamMessageEncoderFactory.cs
- XmlNamespaceManager.cs
- InOutArgument.cs
- PropertyBuilder.cs
- HashHelper.cs
- AssemblyBuilder.cs
- ListItemCollection.cs
- ADMembershipProvider.cs
- SingleObjectCollection.cs
- InvalidPrinterException.cs
- ConfigurationErrorsException.cs
- XamlRtfConverter.cs
- TextContainerChangeEventArgs.cs
- InternalTransaction.cs
- PowerStatus.cs
- MetadataProperty.cs
- XmlElementElementCollection.cs
- HebrewNumber.cs
- Events.cs
- MinimizableAttributeTypeConverter.cs
- UpdateCompiler.cs
- PngBitmapDecoder.cs
- ConfigUtil.cs
- FieldMetadata.cs