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
- SqlNodeAnnotations.cs
- WindowsAltTab.cs
- CardSpaceShim.cs
- Native.cs
- LogicalExpressionEditor.cs
- HtmlLink.cs
- ObjectStateFormatter.cs
- ChangeNode.cs
- Transform3D.cs
- FileLogRecordEnumerator.cs
- DataStreamFromComStream.cs
- Exception.cs
- WebPartConnectionsCancelEventArgs.cs
- ViewUtilities.cs
- FeatureSupport.cs
- ValidationRuleCollection.cs
- ControlType.cs
- ServiceParser.cs
- Cursor.cs
- clipboard.cs
- DomainConstraint.cs
- CodeTypeMemberCollection.cs
- TableLayoutColumnStyleCollection.cs
- TextEditorDragDrop.cs
- SolidColorBrush.cs
- DynamicObjectAccessor.cs
- LinqDataSourceSelectEventArgs.cs
- StylusDevice.cs
- SchemaHelper.cs
- InternalSendMessage.cs
- NativeRecognizer.cs
- FunctionCommandText.cs
- CodePrimitiveExpression.cs
- Error.cs
- SelectionEditingBehavior.cs
- DataViewManager.cs
- AsyncResult.cs
- NoneExcludedImageIndexConverter.cs
- ReflectionHelper.cs
- MessagePropertyVariants.cs
- ClipboardData.cs
- WorkflowTransactionService.cs
- sqlcontext.cs
- DbSourceParameterCollection.cs
- SqlCacheDependencyDatabaseCollection.cs
- StandardToolWindows.cs
- GridEntryCollection.cs
- ObjectHelper.cs
- StreamResourceInfo.cs
- Partitioner.cs
- FormView.cs
- TemplateBindingExpression.cs
- FlowDecisionLabelFeature.cs
- DSASignatureFormatter.cs
- PersonalizableAttribute.cs
- Repeater.cs
- GradientBrush.cs
- HighlightComponent.cs
- TextCompositionEventArgs.cs
- ConditionalDesigner.cs
- Win32.cs
- WebConfigurationFileMap.cs
- XmlSchemaRedefine.cs
- RouteParser.cs
- Vertex.cs
- BinaryFormatterSinks.cs
- XmlILOptimizerVisitor.cs
- UIElementParagraph.cs
- ToolTipAutomationPeer.cs
- ModelTypeConverter.cs
- GridViewHeaderRowPresenter.cs
- DataBoundLiteralControl.cs
- SqlProfileProvider.cs
- XmlSchemaCompilationSettings.cs
- StreamGeometry.cs
- ProfilePropertyMetadata.cs
- StrokeCollectionDefaultValueFactory.cs
- XmlSchemaAnnotation.cs
- ProgressBarBrushConverter.cs
- IfJoinedCondition.cs
- XmlSiteMapProvider.cs
- HttpFileCollection.cs
- ToolStripSeparator.cs
- AdvancedBindingPropertyDescriptor.cs
- TextEditorSpelling.cs
- DesignerFrame.cs
- TransformedBitmap.cs
- coordinator.cs
- BitmapEffectState.cs
- PartitionResolver.cs
- ListComponentEditorPage.cs
- MsmqException.cs
- LoginCancelEventArgs.cs
- CodeAccessSecurityEngine.cs
- ChannelManager.cs
- SHA1CryptoServiceProvider.cs
- XamlSerializer.cs
- NullableConverter.cs
- RenderDataDrawingContext.cs
- SystemFonts.cs