Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. //------------------------------------------------------------------------------ //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.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
- ProviderConnectionPointCollection.cs
- WebPartHeaderCloseVerb.cs
- PeerCollaboration.cs
- SubclassTypeValidatorAttribute.cs
- ValidationSummary.cs
- ReferenceConverter.cs
- SqlMethods.cs
- DesignRelationCollection.cs
- XmlSchemaAttributeGroupRef.cs
- Separator.cs
- SqlDataSourceQueryEditor.cs
- VirtualizingPanel.cs
- IFlowDocumentViewer.cs
- BuildProviderUtils.cs
- ContainerParagraph.cs
- DetailsViewUpdateEventArgs.cs
- SystemIPAddressInformation.cs
- WindowsSspiNegotiation.cs
- TextServicesHost.cs
- DataTransferEventArgs.cs
- TextParagraphCache.cs
- DescriptionAttribute.cs
- FeatureSupport.cs
- TakeQueryOptionExpression.cs
- SkewTransform.cs
- TagPrefixAttribute.cs
- XmlNullResolver.cs
- DispatcherFrame.cs
- OverlappedAsyncResult.cs
- Soap.cs
- VisualSerializer.cs
- DriveNotFoundException.cs
- DefinitionBase.cs
- XmlSchemaExternal.cs
- ObfuscationAttribute.cs
- FontStyles.cs
- EventHandlersDesigner.cs
- StrongNameKeyPair.cs
- HyperLinkField.cs
- BitmapEffectrendercontext.cs
- DbConnectionPoolGroup.cs
- GridViewSelectEventArgs.cs
- RunWorkerCompletedEventArgs.cs
- ControlPropertyNameConverter.cs
- RegexStringValidator.cs
- EntityDataSourceWrapperCollection.cs
- BitmapEffectDrawingContextState.cs
- SHA1.cs
- TemplateBindingExpressionConverter.cs
- WindowsIPAddress.cs
- TextElement.cs
- OdbcInfoMessageEvent.cs
- ForceCopyBuildProvider.cs
- ProfileGroupSettings.cs
- DataListCommandEventArgs.cs
- ChildDocumentBlock.cs
- CopyNamespacesAction.cs
- CellTreeNode.cs
- DataObjectSettingDataEventArgs.cs
- ValidationResult.cs
- WhitespaceRule.cs
- RIPEMD160.cs
- AutomationPattern.cs
- TemplateManager.cs
- BuilderPropertyEntry.cs
- MaterialCollection.cs
- TextRange.cs
- XsdDataContractImporter.cs
- WriteTimeStream.cs
- ScriptModule.cs
- SendMailErrorEventArgs.cs
- FontStyle.cs
- DefaultPropertyAttribute.cs
- CustomValidator.cs
- RegionIterator.cs
- LinkDesigner.cs
- SrgsRulesCollection.cs
- EnumerableRowCollection.cs
- WindowsSlider.cs
- UnsafeNativeMethods.cs
- ListControlConvertEventArgs.cs
- _AuthenticationState.cs
- FolderLevelBuildProviderAppliesToAttribute.cs
- Matrix3DStack.cs
- BuildResult.cs
- EntityClientCacheKey.cs
- Model3D.cs
- BrowserInteropHelper.cs
- Util.cs
- SingletonConnectionReader.cs
- SmiEventStream.cs
- FontStyle.cs
- hresults.cs
- WebPermission.cs
- CodeObjectCreateExpression.cs
- CodeTypeConstructor.cs
- GACMembershipCondition.cs
- RepeaterItem.cs
- StrongNameHelpers.cs
- LineServicesCallbacks.cs