Code:
/ 4.0 / 4.0 / untmp / 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. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ComboBoxItem.cs
- CodeDomSerializerBase.cs
- FacetChecker.cs
- SinglePageViewer.cs
- CryptoStream.cs
- AnnotationHighlightLayer.cs
- InplaceBitmapMetadataWriter.cs
- CorrelationManager.cs
- Brushes.cs
- SqlDataSourceCommandParser.cs
- ToolStripArrowRenderEventArgs.cs
- ExceptionRoutedEventArgs.cs
- Application.cs
- SoapTypeAttribute.cs
- FontSizeConverter.cs
- EdmToObjectNamespaceMap.cs
- DependencyObjectProvider.cs
- DetailsViewRowCollection.cs
- WindowsSpinner.cs
- EmptyEnumerable.cs
- SQLDateTime.cs
- TreeViewAutomationPeer.cs
- ControlPropertyNameConverter.cs
- ObjectComplexPropertyMapping.cs
- PrintingPermission.cs
- CaseCqlBlock.cs
- DesignerCategoryAttribute.cs
- CodeDOMProvider.cs
- SerializationException.cs
- TableLayout.cs
- SafeNativeMethods.cs
- TypedCompletedAsyncResult.cs
- Invariant.cs
- EdmToObjectNamespaceMap.cs
- AutomationElement.cs
- ToolStripPanelRenderEventArgs.cs
- WmlMobileTextWriter.cs
- DbConvert.cs
- XhtmlBasicTextBoxAdapter.cs
- BamlLocalizer.cs
- StickyNoteAnnotations.cs
- ToolStripActionList.cs
- DocumentScope.cs
- BitmapFrameEncode.cs
- PresentationAppDomainManager.cs
- DataContract.cs
- RequestCacheEntry.cs
- UnmanagedBitmapWrapper.cs
- TextElementAutomationPeer.cs
- LinkTarget.cs
- SmtpNegotiateAuthenticationModule.cs
- Figure.cs
- MenuCommand.cs
- DesignOnlyAttribute.cs
- ReachSerializerAsync.cs
- HttpStreamXmlDictionaryWriter.cs
- DataErrorValidationRule.cs
- OracleColumn.cs
- HandleTable.cs
- TabRenderer.cs
- SingleKeyFrameCollection.cs
- DbConnectionPoolOptions.cs
- DocumentXPathNavigator.cs
- ShaperBuffers.cs
- WorkItem.cs
- Signature.cs
- ControlPager.cs
- Inflater.cs
- ZipIOExtraFieldZip64Element.cs
- LoginUtil.cs
- SkewTransform.cs
- NameObjectCollectionBase.cs
- ValidationError.cs
- ThrowHelper.cs
- UIntPtr.cs
- StylusButton.cs
- ExtenderControl.cs
- StorageAssociationTypeMapping.cs
- HealthMonitoringSection.cs
- BinaryObjectWriter.cs
- XmlEntityReference.cs
- ColorBuilder.cs
- SQLInt64.cs
- BitmapMetadataEnumerator.cs
- ObjectFullSpanRewriter.cs
- EllipseGeometry.cs
- Expression.DebuggerProxy.cs
- InputLanguage.cs
- Boolean.cs
- ManagedCodeMarkers.cs
- LocationUpdates.cs
- DirectoryObjectSecurity.cs
- unitconverter.cs
- TextElementEnumerator.cs
- HttpListener.cs
- SectionInput.cs
- LifetimeServices.cs
- RoleManagerEventArgs.cs
- XmlRootAttribute.cs
- TextLine.cs