Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- entityreference_tresulttype.cs
- TraceProvider.cs
- XmlCharacterData.cs
- DynamicEntity.cs
- Command.cs
- WsiProfilesElement.cs
- WmlObjectListAdapter.cs
- SmiEventSink.cs
- WorkflowServiceBehavior.cs
- OleDbCommand.cs
- TreeNodeCollectionEditor.cs
- TableProvider.cs
- StateBag.cs
- GuidelineCollection.cs
- ThreadPool.cs
- SerializationInfo.cs
- TextSpanModifier.cs
- SafeFileMappingHandle.cs
- DataBindingCollection.cs
- Atom10FormatterFactory.cs
- LoginView.cs
- PathBox.cs
- SiteMapHierarchicalDataSourceView.cs
- NativeMethods.cs
- SHA512.cs
- GreenMethods.cs
- HtmlUtf8RawTextWriter.cs
- XD.cs
- PropertyGridEditorPart.cs
- Facet.cs
- EdmValidator.cs
- BamlRecordWriter.cs
- TreeNodeCollection.cs
- DataGridViewImageColumn.cs
- ControlType.cs
- PassportPrincipal.cs
- Model3DGroup.cs
- StyleXamlTreeBuilder.cs
- SparseMemoryStream.cs
- SqlRemoveConstantOrderBy.cs
- LifetimeServices.cs
- ModelPerspective.cs
- WebPartVerbsEventArgs.cs
- WebPartEventArgs.cs
- DataKey.cs
- TableLayout.cs
- GlobalAllocSafeHandle.cs
- SynchronizedInputProviderWrapper.cs
- ResourceDictionary.cs
- BamlLocalizer.cs
- TargetConverter.cs
- SafeMILHandle.cs
- DataSourceUtil.cs
- TableRowGroup.cs
- Membership.cs
- SqlDataSourceFilteringEventArgs.cs
- Transform3DGroup.cs
- localization.cs
- InternalControlCollection.cs
- HierarchicalDataTemplate.cs
- JournalEntryListConverter.cs
- DefaultSection.cs
- ComponentChangedEvent.cs
- EncoderFallback.cs
- ConfigurationElementProperty.cs
- BreakSafeBase.cs
- Stopwatch.cs
- DataDocumentXPathNavigator.cs
- NetworkAddressChange.cs
- RequestCachingSection.cs
- DecoderReplacementFallback.cs
- HtmlContainerControl.cs
- SafeNativeMethodsOther.cs
- DoubleLink.cs
- DynamicDataRouteHandler.cs
- StandardCommands.cs
- QueryOperationResponseOfT.cs
- UdpAnnouncementEndpoint.cs
- DesignOnlyAttribute.cs
- SoundPlayer.cs
- HttpHandlerActionCollection.cs
- CommandHelper.cs
- InputScopeNameConverter.cs
- MimeMapping.cs
- DynamicRenderer.cs
- ListViewItemSelectionChangedEvent.cs
- NativeMethods.cs
- EventDescriptor.cs
- CompiledXpathExpr.cs
- GC.cs
- DataGridHeaderBorder.cs
- MouseGestureValueSerializer.cs
- XmlMembersMapping.cs
- WebConfigurationManager.cs
- EmptyQuery.cs
- Adorner.cs
- FusionWrap.cs
- ColumnWidthChangingEvent.cs
- documentsequencetextpointer.cs
- SkewTransform.cs