Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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. //------------------------------------------------------------------------------ //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.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
- SqlCommandBuilder.cs
- BrowserCapabilitiesCodeGenerator.cs
- BinaryObjectWriter.cs
- SiteMap.cs
- FieldTemplateUserControl.cs
- WebPartConnectionsCancelEventArgs.cs
- BinHexDecoder.cs
- EntityStoreSchemaGenerator.cs
- DataSourceCache.cs
- SuppressMessageAttribute.cs
- EventListenerClientSide.cs
- EdmFunction.cs
- AssemblyNameProxy.cs
- XmlNode.cs
- HtmlInputRadioButton.cs
- ZipIOExtraFieldZip64Element.cs
- InputBuffer.cs
- MatrixCamera.cs
- RegionData.cs
- ThreadPool.cs
- EntityTransaction.cs
- XmlSchemaElement.cs
- ApplicationTrust.cs
- XmlHierarchyData.cs
- DecoderExceptionFallback.cs
- SupportingTokenAuthenticatorSpecification.cs
- COM2IDispatchConverter.cs
- XmlSchemaAnyAttribute.cs
- PathSegment.cs
- SmtpDigestAuthenticationModule.cs
- elementinformation.cs
- TransportSecurityProtocolFactory.cs
- XamlUtilities.cs
- Codec.cs
- LoginName.cs
- IisTraceWebEventProvider.cs
- SimpleFileLog.cs
- TableCellCollection.cs
- AttributeCollection.cs
- OperationAbortedException.cs
- Input.cs
- PrintingPermission.cs
- DataMisalignedException.cs
- HttpWrapper.cs
- SweepDirectionValidation.cs
- SoapReflector.cs
- followingquery.cs
- Point4D.cs
- FormatterConverter.cs
- UriTemplateMatch.cs
- XamlTreeBuilder.cs
- BatchServiceHost.cs
- Animatable.cs
- PageAsyncTask.cs
- HttpSysSettings.cs
- GroupQuery.cs
- BCryptHashAlgorithm.cs
- AddIn.cs
- SmiRecordBuffer.cs
- HybridWebProxyFinder.cs
- LocationUpdates.cs
- PageHandlerFactory.cs
- AssemblyAttributesGoHere.cs
- MD5CryptoServiceProvider.cs
- DrawingAttributes.cs
- BooleanAnimationBase.cs
- RectangleGeometry.cs
- EtwProvider.cs
- PageBreakRecord.cs
- MachineKeyConverter.cs
- SectionVisual.cs
- SQLCharsStorage.cs
- Package.cs
- UnknownBitmapEncoder.cs
- HttpListenerPrefixCollection.cs
- SafeArrayRankMismatchException.cs
- ZipIOCentralDirectoryFileHeader.cs
- MessageQueue.cs
- TextEditorContextMenu.cs
- AuthenticateEventArgs.cs
- Literal.cs
- TypeNameConverter.cs
- DesignSurface.cs
- ColorContext.cs
- NullPackagingPolicy.cs
- CombinedTcpChannel.cs
- InternalPermissions.cs
- Pen.cs
- EditableRegion.cs
- MappedMetaModel.cs
- LineGeometry.cs
- ObjectDataSource.cs
- DoubleLinkListEnumerator.cs
- ObjectDataSourceSelectingEventArgs.cs
- Internal.cs
- LayoutUtils.cs
- XmlResolver.cs
- DetailsViewDeleteEventArgs.cs
- ProgressBarHighlightConverter.cs
- InvokeAction.cs