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
- CacheChildrenQuery.cs
- Util.cs
- FixedDocumentPaginator.cs
- HealthMonitoringSection.cs
- JpegBitmapDecoder.cs
- FileEnumerator.cs
- QilTypeChecker.cs
- EncryptedXml.cs
- MemoryMappedView.cs
- Utility.cs
- DelegateHelpers.Generated.cs
- SqlErrorCollection.cs
- KeyboardEventArgs.cs
- BevelBitmapEffect.cs
- RenderData.cs
- TextReader.cs
- _IPv4Address.cs
- EntityCommandExecutionException.cs
- PrimarySelectionAdorner.cs
- OptimizedTemplateContent.cs
- DataStreamFromComStream.cs
- WindowsFormsSectionHandler.cs
- PlanCompiler.cs
- SQLDateTime.cs
- TreeViewEvent.cs
- ScrollBar.cs
- NativeMethodsCLR.cs
- EnumerableValidator.cs
- DataBindingsDialog.cs
- CultureInfoConverter.cs
- DataGridAutoFormat.cs
- FileDialogCustomPlacesCollection.cs
- CommonDialog.cs
- COM2Properties.cs
- FixedPageProcessor.cs
- WebUtil.cs
- TreeBuilder.cs
- TransformerInfo.cs
- AlgoModule.cs
- BaseDataBoundControlDesigner.cs
- HashRepartitionEnumerator.cs
- StdValidatorsAndConverters.cs
- BackgroundWorker.cs
- SR.cs
- UriPrefixTable.cs
- XhtmlBasicLabelAdapter.cs
- IdentityHolder.cs
- TrackingStringDictionary.cs
- ConfigurationConverterBase.cs
- DocumentApplication.cs
- Expander.cs
- PerfCounters.cs
- DetailsViewRow.cs
- ResourcesChangeInfo.cs
- CalendarDataBindingHandler.cs
- InternalUserCancelledException.cs
- ManagedWndProcTracker.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- TCPClient.cs
- Exceptions.cs
- FontCollection.cs
- SqlParameter.cs
- TreeView.cs
- ElementMarkupObject.cs
- DataBindingHandlerAttribute.cs
- FileDetails.cs
- EventMappingSettings.cs
- ParserHooks.cs
- PathStreamGeometryContext.cs
- Rotation3D.cs
- TextServicesLoader.cs
- EntityDataSourceDataSelectionPanel.cs
- ClientUtils.cs
- SelectedGridItemChangedEvent.cs
- LayoutEvent.cs
- ExpressionVisitorHelpers.cs
- XPathBuilder.cs
- xamlnodes.cs
- AsyncCompletedEventArgs.cs
- CacheManager.cs
- OutputWindow.cs
- Command.cs
- LogicalTreeHelper.cs
- MSAAWinEventWrap.cs
- ContentIterators.cs
- BaseCAMarshaler.cs
- ComplexObject.cs
- RSACryptoServiceProvider.cs
- MetadataException.cs
- FormatConvertedBitmap.cs
- InternalConfigEventArgs.cs
- XmlQueryTypeFactory.cs
- ThreadExceptionEvent.cs
- RenderData.cs
- TabletDevice.cs
- AVElementHelper.cs
- XhtmlBasicPhoneCallAdapter.cs
- HttpHeaderCollection.cs
- VoiceInfo.cs
- DataGridCellInfo.cs