Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / DetailsViewInsertEventArgs.cs / 1 / DetailsViewInsertEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections; using System.Collections.Specialized; using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class DetailsViewInsertEventArgs : CancelEventArgs { private object _commandArgument; private OrderedDictionary _values; ///Provides data for some ///events. /// public DetailsViewInsertEventArgs(object commandArgument) : base(false) { this._commandArgument = commandArgument; } ///Initializes a new instance of the ////// class. /// public object CommandArgument { get { return _commandArgument; } } ///Gets the argument to the command posted to the ///. This property is read-only. /// public IOrderedDictionary Values { get { if (_values == null) { _values = new OrderedDictionary(); } return _values; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //Gets a OrderedDictionary to populate with inserted row values. This property is read-only. ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.Collections; using System.Collections.Specialized; using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] public class DetailsViewInsertEventArgs : CancelEventArgs { private object _commandArgument; private OrderedDictionary _values; ///Provides data for some ///events. /// public DetailsViewInsertEventArgs(object commandArgument) : base(false) { this._commandArgument = commandArgument; } ///Initializes a new instance of the ////// class. /// public object CommandArgument { get { return _commandArgument; } } ///Gets the argument to the command posted to the ///. This property is read-only. /// public IOrderedDictionary Values { get { if (_values == null) { _values = new OrderedDictionary(); } return _values; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.Gets a OrderedDictionary to populate with inserted row values. This property is read-only. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DecoderFallback.cs
- StaticFileHandler.cs
- BasicHttpSecurityMode.cs
- Line.cs
- WeakReference.cs
- UnknownWrapper.cs
- TargetFrameworkUtil.cs
- WebHeaderCollection.cs
- WebPartRestoreVerb.cs
- CompareInfo.cs
- EmptyControlCollection.cs
- ConfigurationElement.cs
- ELinqQueryState.cs
- ReferenceAssemblyAttribute.cs
- HtmlUtf8RawTextWriter.cs
- DataGridViewCellStyle.cs
- ConnectionProviderAttribute.cs
- Soap.cs
- UnsafeNativeMethods.cs
- Control.cs
- SiteMapNode.cs
- OutputCacheSettings.cs
- XmlIlGenerator.cs
- Expressions.cs
- WebPartDisplayModeEventArgs.cs
- InlineUIContainer.cs
- HtmlTable.cs
- Repeater.cs
- BulletedListEventArgs.cs
- GradientBrush.cs
- XPathDocumentNavigator.cs
- ObjectNavigationPropertyMapping.cs
- WindowsGraphics.cs
- XmlParser.cs
- TextBlockAutomationPeer.cs
- FrameworkElementFactoryMarkupObject.cs
- TiffBitmapDecoder.cs
- RawMouseInputReport.cs
- ServiceOperation.cs
- ReadOnlyDictionary.cs
- ModuleBuilderData.cs
- DesignTimeTemplateParser.cs
- SafeBitVector32.cs
- BitmapImage.cs
- BrowserDefinition.cs
- LoadWorkflowAsyncResult.cs
- EastAsianLunisolarCalendar.cs
- WebPartConnectionsDisconnectVerb.cs
- WmpBitmapDecoder.cs
- XmlDataCollection.cs
- recordstatescratchpad.cs
- IntranetCredentialPolicy.cs
- NestedContainer.cs
- WmlCommandAdapter.cs
- TimeSpanOrInfiniteValidator.cs
- HttpModuleAction.cs
- MsmqHostedTransportManager.cs
- MenuScrollingVisibilityConverter.cs
- TextRenderingModeValidation.cs
- shaper.cs
- TextEditorLists.cs
- DrawingContext.cs
- FlowLayoutPanel.cs
- PenLineCapValidation.cs
- Image.cs
- ToolStripItemTextRenderEventArgs.cs
- ObfuscateAssemblyAttribute.cs
- FontFamilyIdentifier.cs
- ReferencedAssembly.cs
- Base64Encoder.cs
- SessionStateSection.cs
- ErrorFormatter.cs
- BitmapEffectInput.cs
- SqlDuplicator.cs
- NavigationProperty.cs
- CompilerWrapper.cs
- IIS7UserPrincipal.cs
- SkinIDTypeConverter.cs
- ProvidersHelper.cs
- ImageListDesigner.cs
- XmlSchemaDatatype.cs
- BaseValidator.cs
- ScaleTransform3D.cs
- IResourceProvider.cs
- StringArrayConverter.cs
- DynamicPropertyHolder.cs
- RTLAwareMessageBox.cs
- HtmlMeta.cs
- DataException.cs
- DomainUpDown.cs
- Ray3DHitTestResult.cs
- Camera.cs
- ListSourceHelper.cs
- CustomBinding.cs
- ThicknessAnimation.cs
- XmlNamespaceDeclarationsAttribute.cs
- SettingsAttributeDictionary.cs
- ActivityCompletionCallbackWrapper.cs
- DbConvert.cs
- DynamicValidatorEventArgs.cs