Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / DetailsViewInsertEventArgs.cs / 1305376 / 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; ////// 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; ////// 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
- QueryConverter.cs
- CuspData.cs
- WindowsToolbarAsMenu.cs
- MultiView.cs
- DiscoveryClientDocuments.cs
- ZoneButton.cs
- PropertyEntry.cs
- EntryIndex.cs
- ArrayHelper.cs
- FontUnit.cs
- TrustSection.cs
- AutomationEvent.cs
- SelectionRange.cs
- MetabaseServerConfig.cs
- TimeEnumHelper.cs
- SqlTransaction.cs
- NativeMethods.cs
- ComplexPropertyEntry.cs
- TrackingSection.cs
- ResourceIDHelper.cs
- UidPropertyAttribute.cs
- XPSSignatureDefinition.cs
- KeyToListMap.cs
- SpellerError.cs
- DesignTimeVisibleAttribute.cs
- RequestCacheValidator.cs
- FrameworkObject.cs
- WebUtil.cs
- SimpleWebHandlerParser.cs
- WindowsRegion.cs
- PartitionResolver.cs
- InlineCollection.cs
- COM2ComponentEditor.cs
- SafeCryptContextHandle.cs
- GcSettings.cs
- SqlDataSourceDesigner.cs
- RegexMatchCollection.cs
- PeerResolverSettings.cs
- CodeMemberMethod.cs
- CLSCompliantAttribute.cs
- SetIterators.cs
- UnionExpr.cs
- JsonQNameDataContract.cs
- EmptyElement.cs
- FixedTextContainer.cs
- _BufferOffsetSize.cs
- listitem.cs
- FreezableDefaultValueFactory.cs
- RegisteredDisposeScript.cs
- HitTestDrawingContextWalker.cs
- HttpsChannelListener.cs
- ByteFacetDescriptionElement.cs
- FormsIdentity.cs
- _SslState.cs
- DBBindings.cs
- tabpagecollectioneditor.cs
- SelectionListDesigner.cs
- TreeNodeMouseHoverEvent.cs
- HttpProfileBase.cs
- FullTrustAssembly.cs
- X509Certificate2.cs
- DateTimeSerializationSection.cs
- XmlLanguageConverter.cs
- SmiSettersStream.cs
- TitleStyle.cs
- SoapEnumAttribute.cs
- FixedSOMTextRun.cs
- BufferBuilder.cs
- MD5Cng.cs
- LogSwitch.cs
- FileUpload.cs
- SystemPens.cs
- DesignerAttribute.cs
- KnownBoxes.cs
- DataGridViewAddColumnDialog.cs
- View.cs
- MenuItemBinding.cs
- DecimalFormatter.cs
- PrinterSettings.cs
- ObjectListCommand.cs
- Stack.cs
- MonitoringDescriptionAttribute.cs
- _IPv4Address.cs
- SQLMembershipProvider.cs
- RedistVersionInfo.cs
- codemethodreferenceexpression.cs
- NotImplementedException.cs
- AsyncParams.cs
- RenderingBiasValidation.cs
- OdbcCommand.cs
- TemplateNameScope.cs
- StagingAreaInputItem.cs
- SqlXml.cs
- UnauthorizedAccessException.cs
- DynamicQueryableWrapper.cs
- DateTimeStorage.cs
- ErrorHandler.cs
- OracleDataAdapter.cs
- QilCloneVisitor.cs
- Collection.cs