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
- StateInitialization.cs
- AddInPipelineAttributes.cs
- HTMLTextWriter.cs
- Native.cs
- StackSpiller.Temps.cs
- XmlNodeChangedEventManager.cs
- KoreanCalendar.cs
- AssemblyNameProxy.cs
- Ref.cs
- MessageBox.cs
- WsdlExporter.cs
- ArgumentFixer.cs
- HtmlInputText.cs
- ConditionBrowserDialog.cs
- StringResourceManager.cs
- RotateTransform.cs
- PowerModeChangedEventArgs.cs
- TransportBindingElement.cs
- BmpBitmapEncoder.cs
- Int64AnimationBase.cs
- TTSEvent.cs
- ToolStripSystemRenderer.cs
- DispatcherObject.cs
- PointAnimationBase.cs
- WorkflowItemPresenter.cs
- AuthenticationConfig.cs
- StoreItemCollection.cs
- ModulesEntry.cs
- assertwrapper.cs
- NotifyIcon.cs
- Visual3D.cs
- uribuilder.cs
- Sentence.cs
- ConfigurationSectionGroupCollection.cs
- MergeLocalizationDirectives.cs
- Number.cs
- AuthenticationException.cs
- SafeReadContext.cs
- Brush.cs
- SqlClientWrapperSmiStream.cs
- Converter.cs
- ProxyWebPart.cs
- OpCodes.cs
- BaseValidator.cs
- ScalarType.cs
- PLINQETWProvider.cs
- SignatureHelper.cs
- LinkLabelLinkClickedEvent.cs
- OptimizedTemplateContent.cs
- ApplicationFileCodeDomTreeGenerator.cs
- TrackingParameters.cs
- RemotingServices.cs
- MsmqTransportSecurityElement.cs
- PrintPreviewDialog.cs
- Screen.cs
- Expander.cs
- DynamicPropertyReader.cs
- DiscoveryClientBindingElement.cs
- ZipIOCentralDirectoryFileHeader.cs
- OleDbConnectionFactory.cs
- Header.cs
- RuntimeHelpers.cs
- TraversalRequest.cs
- X509Extension.cs
- XsdBuildProvider.cs
- StatusStrip.cs
- X509UI.cs
- CanonicalFormWriter.cs
- Dispatcher.cs
- DesignerLoader.cs
- AssemblyAttributesGoHere.cs
- PointAnimationClockResource.cs
- AlternateView.cs
- DbProviderManifest.cs
- CreateInstanceBinder.cs
- AsyncDataRequest.cs
- FixedSOMTableRow.cs
- __Error.cs
- StrokeCollectionConverter.cs
- SQLDecimalStorage.cs
- ColumnHeaderConverter.cs
- EdmItemCollection.cs
- ScriptingProfileServiceSection.cs
- GroupedContextMenuStrip.cs
- SafeSystemMetrics.cs
- PropertyPathWorker.cs
- ObjectHelper.cs
- TCPClient.cs
- CodeIdentifiers.cs
- CodeExporter.cs
- SerialErrors.cs
- WriteFileContext.cs
- EdmSchemaError.cs
- DataRowComparer.cs
- MemberInfoSerializationHolder.cs
- DomNameTable.cs
- RtfControls.cs
- RTLAwareMessageBox.cs
- UsernameTokenFactoryCredential.cs
- KeyTime.cs