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
- BrowserCapabilitiesFactoryBase.cs
- RepeatBehaviorConverter.cs
- FormViewUpdatedEventArgs.cs
- TemplatedWizardStep.cs
- WorkflowRuntime.cs
- CodeCompileUnit.cs
- TextStore.cs
- BufferedReceiveManager.cs
- StandardBindingElement.cs
- DrawingServices.cs
- TiffBitmapEncoder.cs
- HtmlInputPassword.cs
- ClickablePoint.cs
- CssTextWriter.cs
- ExpandSegment.cs
- BaseCollection.cs
- WmlListAdapter.cs
- MatrixConverter.cs
- InputMethod.cs
- MasterPageCodeDomTreeGenerator.cs
- MatrixAnimationBase.cs
- CultureMapper.cs
- ArraySubsetEnumerator.cs
- UnsupportedPolicyOptionsException.cs
- OrthographicCamera.cs
- RightsManagementUser.cs
- InvokeBinder.cs
- IndentTextWriter.cs
- CommonXSendMessage.cs
- DefaultBindingPropertyAttribute.cs
- WorkItem.cs
- Odbc32.cs
- QuadraticBezierSegment.cs
- ProfileModule.cs
- SystemColors.cs
- WorkflowPrinting.cs
- Int16AnimationBase.cs
- IdentityNotMappedException.cs
- RestHandlerFactory.cs
- SpecialFolderEnumConverter.cs
- Int16AnimationBase.cs
- Control.cs
- IDispatchConstantAttribute.cs
- HandlerFactoryWrapper.cs
- HttpCookiesSection.cs
- TraceProvider.cs
- WindowsClaimSet.cs
- WebPartEditorApplyVerb.cs
- GenericIdentity.cs
- InstanceDescriptor.cs
- OptimalTextSource.cs
- DbReferenceCollection.cs
- securitycriticaldata.cs
- Directory.cs
- ArrayWithOffset.cs
- ConfigXmlComment.cs
- BooleanSwitch.cs
- ClientRuntimeConfig.cs
- Part.cs
- XmlAnyElementAttribute.cs
- SoapSchemaImporter.cs
- HttpServerChannel.cs
- EmptyCollection.cs
- QilValidationVisitor.cs
- SecurityRuntime.cs
- Size.cs
- AuthenticationServiceManager.cs
- HashMembershipCondition.cs
- ConfigurationStrings.cs
- BasePropertyDescriptor.cs
- Transform3DCollection.cs
- VisualStyleTypesAndProperties.cs
- CellCreator.cs
- SafeLibraryHandle.cs
- Lease.cs
- ImportedPolicyConversionContext.cs
- ManualWorkflowSchedulerService.cs
- ToolStripMenuItemCodeDomSerializer.cs
- DiscoveryEndpointValidator.cs
- DbgCompiler.cs
- Item.cs
- ListView.cs
- MetadataUtilsSmi.cs
- PinnedBufferMemoryStream.cs
- NativeMethods.cs
- Win32Native.cs
- SecurityCredentialsManager.cs
- EntityDataSourceSelectingEventArgs.cs
- DiscoveryClientReferences.cs
- VoiceObjectToken.cs
- WebBrowserUriTypeConverter.cs
- ConfigurationManagerHelperFactory.cs
- PKCS1MaskGenerationMethod.cs
- UserPersonalizationStateInfo.cs
- DataGridItemEventArgs.cs
- InvariantComparer.cs
- UrlPath.cs
- RawKeyboardInputReport.cs
- MultiBinding.cs
- Camera.cs