Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewInsertEventArgs.cs / 1305376 / FormViewInsertEventArgs.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 FormViewInsertEventArgs : CancelEventArgs { private object _commandArgument; private OrderedDictionary _values; ///Provides data for some ///events. /// public FormViewInsertEventArgs(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 FormViewInsertEventArgs : CancelEventArgs { private object _commandArgument; private OrderedDictionary _values; ///Provides data for some ///events. /// public FormViewInsertEventArgs(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
- ValuePattern.cs
- NetworkInformationException.cs
- XmlSchemaIdentityConstraint.cs
- SymLanguageVendor.cs
- keycontainerpermission.cs
- SqlExpander.cs
- ObjRef.cs
- VolatileEnlistmentState.cs
- XamlTypeMapper.cs
- DataContractJsonSerializer.cs
- DataGridRowClipboardEventArgs.cs
- CommentAction.cs
- RsaSecurityTokenAuthenticator.cs
- CngAlgorithmGroup.cs
- CodeVariableDeclarationStatement.cs
- ElementProxy.cs
- StateManagedCollection.cs
- ArrangedElement.cs
- DbConnectionStringBuilder.cs
- Choices.cs
- TraceRecord.cs
- DefaultValidator.cs
- BinHexEncoder.cs
- SmtpSpecifiedPickupDirectoryElement.cs
- GridViewColumnHeader.cs
- TypeInfo.cs
- QueryCacheEntry.cs
- XmlSchemaAnnotation.cs
- FlagsAttribute.cs
- _TransmitFileOverlappedAsyncResult.cs
- CodeExporter.cs
- NumericExpr.cs
- EntityViewGenerationConstants.cs
- VirtualPathUtility.cs
- ToolStripDesignerAvailabilityAttribute.cs
- PerformanceCounterManager.cs
- BufferModesCollection.cs
- FocusWithinProperty.cs
- StrokeCollectionDefaultValueFactory.cs
- WpfWebRequestHelper.cs
- PeerSecurityHelpers.cs
- ItemType.cs
- SafeNativeMethodsMilCoreApi.cs
- PeerEndPoint.cs
- QilUnary.cs
- XmlSchemaParticle.cs
- PublisherIdentityPermission.cs
- StyleSheet.cs
- PolyLineSegment.cs
- WebPartDisplayModeCollection.cs
- PageAsyncTask.cs
- MenuItemAutomationPeer.cs
- DataGridViewToolTip.cs
- SerialReceived.cs
- SR.cs
- InheritanceRules.cs
- XmlAnyAttributeAttribute.cs
- EventBuilder.cs
- Style.cs
- RuleSettings.cs
- UpdateTracker.cs
- SmtpNtlmAuthenticationModule.cs
- ByteBufferPool.cs
- Int16Converter.cs
- PropertyMapper.cs
- EditorPartCollection.cs
- RichTextBox.cs
- FileIOPermission.cs
- ISessionStateStore.cs
- FamilyTypefaceCollection.cs
- CounterNameConverter.cs
- IdentifierCollection.cs
- AmbientEnvironment.cs
- Contracts.cs
- ProfileSettings.cs
- ServerTooBusyException.cs
- ConfigurationStrings.cs
- X509ChainElement.cs
- XmlMapping.cs
- Timeline.cs
- DataRow.cs
- sqlnorm.cs
- LogExtentCollection.cs
- ValidationManager.cs
- SQLByte.cs
- SafeRightsManagementPubHandle.cs
- ServiceMemoryGates.cs
- xml.cs
- SqlError.cs
- GlobalizationSection.cs
- ADConnectionHelper.cs
- DependencyObjectProvider.cs
- HandoffBehavior.cs
- DocumentXPathNavigator.cs
- HttpRequestContext.cs
- SoapProtocolReflector.cs
- NetNamedPipeBinding.cs
- SchemaObjectWriter.cs
- DataTablePropertyDescriptor.cs
- DefaultProxySection.cs