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
- RequestCachePolicy.cs
- PaintEvent.cs
- ColumnMapTranslator.cs
- DefaultAssemblyResolver.cs
- TimeSpanStorage.cs
- Rfc2898DeriveBytes.cs
- AdornerLayer.cs
- Italic.cs
- RC2CryptoServiceProvider.cs
- BindingValueChangedEventArgs.cs
- ButtonAutomationPeer.cs
- ActivityDesigner.cs
- WebPartActionVerb.cs
- StackSpiller.Bindings.cs
- FieldAccessException.cs
- DelayedRegex.cs
- ConfigXmlSignificantWhitespace.cs
- NotImplementedException.cs
- ShaperBuffers.cs
- XPathChildIterator.cs
- UnmanagedMemoryStreamWrapper.cs
- ComplexTypeEmitter.cs
- SignerInfo.cs
- DelegatingHeader.cs
- xsdvalidator.cs
- CustomErrorCollection.cs
- GACMembershipCondition.cs
- ISAPIApplicationHost.cs
- Point3DAnimationBase.cs
- ProjectionQueryOptionExpression.cs
- TextAutomationPeer.cs
- WorkflowRuntimeServiceElement.cs
- ValueChangedEventManager.cs
- Binding.cs
- OlePropertyStructs.cs
- _UriTypeConverter.cs
- wmiprovider.cs
- ToolStripPanelSelectionBehavior.cs
- _AuthenticationState.cs
- GifBitmapDecoder.cs
- Drawing.cs
- PointHitTestParameters.cs
- LambdaCompiler.Statements.cs
- HtmlImage.cs
- HttpDebugHandler.cs
- BooleanStorage.cs
- XmlRootAttribute.cs
- SecurityKeyIdentifierClause.cs
- querybuilder.cs
- BitmapPalettes.cs
- versioninfo.cs
- PropagatorResult.cs
- HttpGetServerProtocol.cs
- SerializationBinder.cs
- AuthenticationModulesSection.cs
- SingleConverter.cs
- CrossContextChannel.cs
- UnicodeEncoding.cs
- HashCodeCombiner.cs
- SymbolTable.cs
- XmlFormatExtensionAttribute.cs
- SystemInfo.cs
- RsaElement.cs
- _AutoWebProxyScriptWrapper.cs
- Sql8ExpressionRewriter.cs
- DocComment.cs
- PeerPresenceInfo.cs
- ListViewTableCell.cs
- FlowDocumentPageViewerAutomationPeer.cs
- IisTraceListener.cs
- GeometryModel3D.cs
- DataMemberAttribute.cs
- VarInfo.cs
- XmlAttributeOverrides.cs
- HtmlInputControl.cs
- ErrorsHelper.cs
- ParserHooks.cs
- TextPattern.cs
- PiiTraceSource.cs
- ComponentEvent.cs
- ToolTip.cs
- DrawItemEvent.cs
- TargetConverter.cs
- PerformanceCounterManager.cs
- AtomMaterializer.cs
- ConfigXmlWhitespace.cs
- WebSysDisplayNameAttribute.cs
- Frame.cs
- PropertyConverter.cs
- SerializationUtilities.cs
- ContextStaticAttribute.cs
- ProxySimple.cs
- ProcessThreadCollection.cs
- BuildProvider.cs
- MessageSmuggler.cs
- XPathSelfQuery.cs
- MenuTracker.cs
- PagesSection.cs
- ColorConverter.cs
- TemplateNameScope.cs