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
- DataListCommandEventArgs.cs
- AssemblyNameProxy.cs
- NumberSubstitution.cs
- NamespaceListProperty.cs
- ObjectStateEntryBaseUpdatableDataRecord.cs
- UpdateRecord.cs
- CodeMemberField.cs
- CustomError.cs
- DragDrop.cs
- BamlTreeUpdater.cs
- SolidBrush.cs
- MobileErrorInfo.cs
- ModuleElement.cs
- SqlBuilder.cs
- LinqDataSourceContextEventArgs.cs
- InitializerFacet.cs
- StylusPointPropertyId.cs
- CultureSpecificCharacterBufferRange.cs
- SendParametersContent.cs
- WindowsRichEditRange.cs
- SchemaMerger.cs
- UTF32Encoding.cs
- CompilerWrapper.cs
- SafeHandles.cs
- XmlMembersMapping.cs
- MailHeaderInfo.cs
- TypeDescriptionProviderAttribute.cs
- PasswordRecovery.cs
- RadioButton.cs
- SqlConnectionHelper.cs
- BitHelper.cs
- StackSpiller.Temps.cs
- XmlEnumAttribute.cs
- CompositeCollection.cs
- ValidatingPropertiesEventArgs.cs
- DtrList.cs
- TypeConverterMarkupExtension.cs
- CommonObjectSecurity.cs
- HiddenFieldDesigner.cs
- FlowDocumentReaderAutomationPeer.cs
- ResponseStream.cs
- PolyLineSegmentFigureLogic.cs
- InkCollectionBehavior.cs
- XmlSchemaAttribute.cs
- BitmapEffectInputConnector.cs
- PngBitmapDecoder.cs
- ProjectionCamera.cs
- SizeFConverter.cs
- ListViewCommandEventArgs.cs
- CodeConditionStatement.cs
- SchemaReference.cs
- Buffer.cs
- XmlQueryType.cs
- ClientSession.cs
- Comparer.cs
- AssociationSetMetadata.cs
- DropShadowBitmapEffect.cs
- XmlNamespaceManager.cs
- Binding.cs
- TextBlock.cs
- DesignRelation.cs
- CallbackValidator.cs
- DataControlReference.cs
- ResumeStoryboard.cs
- SmtpReplyReaderFactory.cs
- ControlValuePropertyAttribute.cs
- DataGridViewAccessibleObject.cs
- HtmlControlPersistable.cs
- DbConnectionPoolOptions.cs
- SqlTriggerAttribute.cs
- EntityCommandExecutionException.cs
- ToolboxService.cs
- InputLanguage.cs
- ConnectionPointCookie.cs
- TableParagraph.cs
- ReceiveSecurityHeaderElementManager.cs
- ScalarConstant.cs
- _ListenerRequestStream.cs
- BamlLocalizerErrorNotifyEventArgs.cs
- AccessKeyManager.cs
- MobileUserControl.cs
- SByteConverter.cs
- TiffBitmapDecoder.cs
- TextStore.cs
- SchemaImporter.cs
- TextAction.cs
- entityreference_tresulttype.cs
- WorkflowPersistenceContext.cs
- DummyDataSource.cs
- DelayedRegex.cs
- CollectionBuilder.cs
- Math.cs
- ActionItem.cs
- SqlServices.cs
- KeyValueConfigurationCollection.cs
- SqlFlattener.cs
- NamespaceDisplay.xaml.cs
- RegexMatch.cs
- XmlRawWriter.cs
- PageCache.cs