Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewInsertEventArgs.cs / 1 / 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; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //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; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- ExtendedProtectionPolicy.cs
- MissingSatelliteAssemblyException.cs
- WebPartPersonalization.cs
- EmptyReadOnlyDictionaryInternal.cs
- TCPListener.cs
- CodeAttachEventStatement.cs
- ParallelDesigner.cs
- DetailsViewInsertedEventArgs.cs
- SqlConnectionFactory.cs
- DesignerActionUIService.cs
- SystemResources.cs
- CutCopyPasteHelper.cs
- PrivilegeNotHeldException.cs
- _LoggingObject.cs
- InfoCardRSAPKCS1SignatureFormatter.cs
- ConfigDefinitionUpdates.cs
- RectangleHotSpot.cs
- RegexCompiler.cs
- WhiteSpaceTrimStringConverter.cs
- ResXResourceWriter.cs
- DataTemplateKey.cs
- XmlSerializationGeneratedCode.cs
- QueryModel.cs
- ContextQuery.cs
- xml.cs
- File.cs
- SplineKeyFrames.cs
- DictationGrammar.cs
- ToolStripContentPanel.cs
- GifBitmapDecoder.cs
- DataGridViewColumnStateChangedEventArgs.cs
- RelationshipConverter.cs
- WebPartUserCapability.cs
- HwndKeyboardInputProvider.cs
- autovalidator.cs
- DebugTracing.cs
- FormsAuthenticationConfiguration.cs
- NoPersistScope.cs
- SiteMapDesignerDataSourceView.cs
- Viewport3DVisual.cs
- TabControlCancelEvent.cs
- FrameworkTemplate.cs
- ScriptDescriptor.cs
- MessageDescriptionCollection.cs
- PackageDigitalSignatureManager.cs
- DBNull.cs
- SafeNativeMethods.cs
- XmlSerializerSection.cs
- ShapeTypeface.cs
- CompressEmulationStream.cs
- TextShapeableCharacters.cs
- DesignerRegion.cs
- InvalidDocumentContentsException.cs
- CompositeKey.cs
- Selection.cs
- ProtocolViolationException.cs
- PropertyOrder.cs
- MexHttpBindingCollectionElement.cs
- COM2ExtendedUITypeEditor.cs
- IssuedSecurityTokenParameters.cs
- OperationInvokerTrace.cs
- TextBoxAutoCompleteSourceConverter.cs
- RecommendedAsConfigurableAttribute.cs
- WorkflowPageSetupDialog.cs
- HtmlValidatorAdapter.cs
- AutomationPeer.cs
- UserInitiatedRoutedEventPermissionAttribute.cs
- OdbcConnectionHandle.cs
- _PooledStream.cs
- WinFormsComponentEditor.cs
- DLinqAssociationProvider.cs
- XmlToDatasetMap.cs
- Boolean.cs
- XmlWriterTraceListener.cs
- ControlParameter.cs
- ConsumerConnectionPoint.cs
- DateTimeValueSerializerContext.cs
- UnconditionalPolicy.cs
- SqlUDTStorage.cs
- ButtonField.cs
- RadialGradientBrush.cs
- PEFileEvidenceFactory.cs
- TreeView.cs
- Cell.cs
- XmlnsDictionary.cs
- Permission.cs
- DataGridDefaultColumnWidthTypeConverter.cs
- DesignUtil.cs
- XmlChoiceIdentifierAttribute.cs
- InlineCollection.cs
- WebPartZone.cs
- _SSPISessionCache.cs
- FixedDSBuilder.cs
- Calendar.cs
- WebBrowsableAttribute.cs
- TemplateInstanceAttribute.cs
- PropertyMapper.cs
- Propagator.Evaluator.cs
- XPathSelfQuery.cs
- KeyNotFoundException.cs