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
- EdmConstants.cs
- PointAnimationClockResource.cs
- CompleteWizardStep.cs
- HideDisabledControlAdapter.cs
- TdsEnums.cs
- SortKey.cs
- GridViewAutomationPeer.cs
- SimpleWebHandlerParser.cs
- ValueConversionAttribute.cs
- UnmanagedHandle.cs
- AttributeInfo.cs
- DateTimeSerializationSection.cs
- TypeUsage.cs
- Encoder.cs
- BitmapEffectrendercontext.cs
- WebControl.cs
- StateChangeEvent.cs
- SchemaMapping.cs
- NetworkInterface.cs
- TemplatedAdorner.cs
- QilValidationVisitor.cs
- autovalidator.cs
- WindowProviderWrapper.cs
- FontUnit.cs
- CommandBindingCollection.cs
- ProcessInfo.cs
- ToolStrip.cs
- VerificationAttribute.cs
- Vector3D.cs
- EditingCommands.cs
- ImageListStreamer.cs
- SuppressIldasmAttribute.cs
- IERequestCache.cs
- MimeParameter.cs
- IInstanceTable.cs
- RecipientInfo.cs
- WebPartVerbsEventArgs.cs
- ProxyGenerationError.cs
- CallbackValidator.cs
- OleDbParameterCollection.cs
- X509CertificateClaimSet.cs
- ThumbButtonInfoCollection.cs
- HttpVersion.cs
- ObjectContext.cs
- TableParagraph.cs
- ProfilePropertyNameValidator.cs
- Serialization.cs
- ControlCachePolicy.cs
- PublisherMembershipCondition.cs
- SoapProtocolImporter.cs
- TypeContext.cs
- BrowserCapabilitiesFactory35.cs
- TargetConverter.cs
- Enum.cs
- File.cs
- WsatRegistrationHeader.cs
- WebPartEditorCancelVerb.cs
- documentsequencetextcontainer.cs
- AlternationConverter.cs
- Vector3DAnimationUsingKeyFrames.cs
- PrivilegedConfigurationManager.cs
- ProcessMessagesAsyncResult.cs
- WindowsListViewGroupHelper.cs
- Cloud.cs
- EntryWrittenEventArgs.cs
- Vector3dCollection.cs
- DataKey.cs
- SQLInt64Storage.cs
- AutoGeneratedFieldProperties.cs
- SocketElement.cs
- CompatibleIComparer.cs
- itemelement.cs
- ProcessHostConfigUtils.cs
- RectangleHotSpot.cs
- SrgsItemList.cs
- StackBuilderSink.cs
- ContactManager.cs
- FeatureSupport.cs
- SyntaxCheck.cs
- RightsManagementEncryptedStream.cs
- SByteStorage.cs
- InputScopeManager.cs
- DbConnectionPoolGroupProviderInfo.cs
- Publisher.cs
- TemplatedWizardStep.cs
- OuterGlowBitmapEffect.cs
- DecoderNLS.cs
- Point3DAnimationUsingKeyFrames.cs
- InputScope.cs
- MultiplexingFormatMapping.cs
- GroupItem.cs
- NavigatingCancelEventArgs.cs
- MDIClient.cs
- DataGridComponentEditor.cs
- HtmlHistory.cs
- WebPartDeleteVerb.cs
- PolygonHotSpot.cs
- PenLineJoinValidation.cs
- ReversePositionQuery.cs
- MethodSet.cs