Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebControls / ObjectDataSourceDisposingEventArgs.cs / 1 / ObjectDataSourceDisposingEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections; using System.ComponentModel; using System.Security.Permissions; ////// Represents data that is passed into an ObjectDataSourceDisposingEventHandler delegate. /// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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; } } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ContentElementAutomationPeer.cs
- columnmapkeybuilder.cs
- Decimal.cs
- SolidBrush.cs
- ScriptRef.cs
- BrowserCapabilitiesCodeGenerator.cs
- DateTimeUtil.cs
- ZoomPercentageConverter.cs
- WebPartDeleteVerb.cs
- BitmapEffectInput.cs
- DesignRelation.cs
- SchemaType.cs
- SqlGatherConsumedAliases.cs
- GenericXmlSecurityToken.cs
- OraclePermission.cs
- TextBoxBaseDesigner.cs
- COM2TypeInfoProcessor.cs
- UnmanagedMarshal.cs
- CommonGetThemePartSize.cs
- ListBoxAutomationPeer.cs
- ZipArchive.cs
- SqlWriter.cs
- WCFModelStrings.Designer.cs
- shaperfactoryquerycacheentry.cs
- ToolboxItemWrapper.cs
- storepermissionattribute.cs
- Label.cs
- NetworkStream.cs
- ScrollProviderWrapper.cs
- ExpressionConverter.cs
- TreeBuilderXamlTranslator.cs
- ServicesUtilities.cs
- NativeMethods.cs
- XmlDataLoader.cs
- XomlCompilerParameters.cs
- HashMembershipCondition.cs
- SqlDataReader.cs
- DataViewSetting.cs
- KeyboardEventArgs.cs
- CodeIterationStatement.cs
- TextFormatter.cs
- MissingMethodException.cs
- Helpers.cs
- XmlQueryCardinality.cs
- RuntimeHelpers.cs
- StreamWriter.cs
- XmlToDatasetMap.cs
- Hyperlink.cs
- XamlSerializerUtil.cs
- XmlWrappingReader.cs
- SkewTransform.cs
- IteratorAsyncResult.cs
- TransformedBitmap.cs
- Transaction.cs
- WCFModelStrings.Designer.cs
- CachedCompositeFamily.cs
- LinkClickEvent.cs
- ConnectionConsumerAttribute.cs
- TextBreakpoint.cs
- NativeStructs.cs
- StrokeFIndices.cs
- MarkupWriter.cs
- CodeAttributeArgument.cs
- Misc.cs
- DictionaryManager.cs
- QueryCacheManager.cs
- ValueQuery.cs
- ManagedWndProcTracker.cs
- Debug.cs
- XmlAttributeProperties.cs
- BasicHttpBinding.cs
- AttributeData.cs
- ObjectListGeneralPage.cs
- ToolBar.cs
- MSAAEventDispatcher.cs
- LogRecordSequence.cs
- XNodeNavigator.cs
- SafeNativeMethods.cs
- SecurityPolicySection.cs
- ZipIOExtraFieldElement.cs
- EntityViewContainer.cs
- UIElementAutomationPeer.cs
- PointConverter.cs
- AsyncStreamReader.cs
- BmpBitmapEncoder.cs
- Utils.cs
- Rect3DConverter.cs
- FormViewRow.cs
- PropertyMapper.cs
- EncodingInfo.cs
- WebPartRestoreVerb.cs
- XmlSchemaAppInfo.cs
- XmlAttribute.cs
- SaveFileDialog.cs
- SendKeys.cs
- MSG.cs
- RoleGroupCollection.cs
- TableSectionStyle.cs
- Single.cs
- ContextMenuStripActionList.cs