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
- HttpStaticObjectsCollectionWrapper.cs
- safex509handles.cs
- AtomParser.cs
- DataList.cs
- BindingMAnagerBase.cs
- HtmlFormWrapper.cs
- HandleCollector.cs
- FixedHyperLink.cs
- EntryWrittenEventArgs.cs
- IPHostEntry.cs
- X509SecurityTokenProvider.cs
- ReceiveActivityDesignerTheme.cs
- Options.cs
- UdpContractFilterBehavior.cs
- MouseGesture.cs
- WebPartConnectionsDisconnectVerb.cs
- DataAdapter.cs
- SurrogateChar.cs
- SafeProcessHandle.cs
- UIPermission.cs
- TextServicesLoader.cs
- XmlSchemaAnyAttribute.cs
- DialogDivider.cs
- PeerCollaboration.cs
- Compiler.cs
- DuplexChannelFactory.cs
- RootCodeDomSerializer.cs
- Math.cs
- BindableTemplateBuilder.cs
- Int64Animation.cs
- StringAttributeCollection.cs
- SerializationInfo.cs
- DataTemplateKey.cs
- PersonalizationProviderCollection.cs
- MsmqChannelListenerBase.cs
- ConfigurationStrings.cs
- FormViewDeletedEventArgs.cs
- ItemContainerGenerator.cs
- HtmlContainerControl.cs
- Atom10FormatterFactory.cs
- DataControlLinkButton.cs
- sqlmetadatafactory.cs
- HebrewNumber.cs
- ILGenerator.cs
- MenuAutomationPeer.cs
- AnimationClock.cs
- PublisherMembershipCondition.cs
- MatchAttribute.cs
- DecimalConverter.cs
- SelectionItemPattern.cs
- TextServicesHost.cs
- OleDbReferenceCollection.cs
- EmptyReadOnlyDictionaryInternal.cs
- XmlWrappingReader.cs
- RolePrincipal.cs
- RestHandler.cs
- GlyphingCache.cs
- OdbcTransaction.cs
- JsonMessageEncoderFactory.cs
- ObjectStateManagerMetadata.cs
- DeploymentSection.cs
- EditingCoordinator.cs
- BrowserCapabilitiesCodeGenerator.cs
- SHA1.cs
- InputScopeNameConverter.cs
- WindowsFormsSynchronizationContext.cs
- MimeTypeAttribute.cs
- Container.cs
- input.cs
- PropertyToken.cs
- SecurityTokenException.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- ApplicationFileCodeDomTreeGenerator.cs
- DetailsViewInsertedEventArgs.cs
- CodeNamespace.cs
- DataTableNameHandler.cs
- NetworkInterface.cs
- OutputCacheProfile.cs
- WsatTransactionInfo.cs
- XmlNamedNodeMap.cs
- ViewSimplifier.cs
- PngBitmapDecoder.cs
- UIElement3D.cs
- NameScopePropertyAttribute.cs
- WebPartHeaderCloseVerb.cs
- ListBoxItemAutomationPeer.cs
- StopRoutingHandler.cs
- ContainerParaClient.cs
- IPCCacheManager.cs
- SystemResources.cs
- WindowsRichEdit.cs
- ErrorStyle.cs
- _FtpDataStream.cs
- CodeDelegateInvokeExpression.cs
- FunctionNode.cs
- CommandExpr.cs
- sqlnorm.cs
- NullableLongSumAggregationOperator.cs
- _Rfc2616CacheValidators.cs
- Connector.cs