Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewInsertEventArgs.cs / 1 / 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; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //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 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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- NameValueSectionHandler.cs
- DateTimeUtil.cs
- XhtmlBasicFormAdapter.cs
- SqlMethodAttribute.cs
- MethodToken.cs
- TreeViewHitTestInfo.cs
- mediapermission.cs
- RequestCache.cs
- HandlerFactoryWrapper.cs
- DataKeyCollection.cs
- MetadataArtifactLoader.cs
- ReachFixedDocumentSerializerAsync.cs
- VerificationException.cs
- ProcessHostFactoryHelper.cs
- IsolatedStorageFilePermission.cs
- IPHostEntry.cs
- WinEventWrap.cs
- FillErrorEventArgs.cs
- codemethodreferenceexpression.cs
- ListViewVirtualItemsSelectionRangeChangedEvent.cs
- ModelVisual3D.cs
- Grid.cs
- AsymmetricAlgorithm.cs
- MenuItemStyleCollection.cs
- SafeEventLogReadHandle.cs
- SiteMapProvider.cs
- SqlDependencyListener.cs
- LayoutEditorPart.cs
- WebPartDeleteVerb.cs
- CheckBox.cs
- DataObjectAttribute.cs
- OrCondition.cs
- Axis.cs
- UrlMapping.cs
- DivideByZeroException.cs
- TiffBitmapDecoder.cs
- InputLanguageCollection.cs
- SqlDataReader.cs
- QilName.cs
- ConcatQueryOperator.cs
- ToolStripLabel.cs
- TextDecorations.cs
- ActivityCodeDomSerializationManager.cs
- StrokeCollection.cs
- XpsS0ValidatingLoader.cs
- TextEffectResolver.cs
- GridViewColumnHeaderAutomationPeer.cs
- CodeLabeledStatement.cs
- BaseCodePageEncoding.cs
- ComplexLine.cs
- SmiEventSink.cs
- VirtualPath.cs
- StringUtil.cs
- SevenBitStream.cs
- DebuggerAttributes.cs
- HatchBrush.cs
- SqlGenerator.cs
- TagNameToTypeMapper.cs
- OleDbConnectionFactory.cs
- NamedPipeConnectionPoolSettings.cs
- XmlCollation.cs
- BrowserPolicyValidator.cs
- EventDescriptorCollection.cs
- SqlCommand.cs
- PropertyPushdownHelper.cs
- JournalEntryListConverter.cs
- EntityDataSourceQueryBuilder.cs
- OAVariantLib.cs
- UserValidatedEventArgs.cs
- TdsParser.cs
- RepeaterCommandEventArgs.cs
- PropertyNames.cs
- GetPageCompletedEventArgs.cs
- WindowsRichEdit.cs
- sitestring.cs
- DESCryptoServiceProvider.cs
- ThicknessConverter.cs
- ContainerUtilities.cs
- ParseHttpDate.cs
- SimpleApplicationHost.cs
- InteropAutomationProvider.cs
- BlobPersonalizationState.cs
- MappingItemCollection.cs
- TextServicesContext.cs
- SqlNamer.cs
- WriterOutput.cs
- HexParser.cs
- UInt64.cs
- XmlCompatibilityReader.cs
- XmlTextEncoder.cs
- ResourceReferenceExpression.cs
- QilValidationVisitor.cs
- InvalidPipelineStoreException.cs
- InvalidDataException.cs
- BitmapData.cs
- DataGridViewCheckBoxCell.cs
- SystemIPInterfaceStatistics.cs
- PropagatorResult.cs
- MultiPropertyDescriptorGridEntry.cs
- PersonalizationEntry.cs