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 / DetailsViewInsertEventArgs.cs / 1 / DetailsViewInsertEventArgs.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 DetailsViewInsertEventArgs : CancelEventArgs { private object _commandArgument; private OrderedDictionary _values; ///Provides data for some ///events. /// public DetailsViewInsertEventArgs(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 DetailsViewInsertEventArgs : CancelEventArgs { private object _commandArgument; private OrderedDictionary _values; ///Provides data for some ///events. /// public DetailsViewInsertEventArgs(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
- WindowsNonControl.cs
- StandardOleMarshalObject.cs
- CommandHelpers.cs
- GetUserPreferenceRequest.cs
- BitmapDownload.cs
- OdbcDataAdapter.cs
- SecondaryIndex.cs
- SafeNativeMethods.cs
- XmlTextEncoder.cs
- TextDecorationLocationValidation.cs
- CursorConverter.cs
- DependentList.cs
- OptimalBreakSession.cs
- PrintPreviewDialog.cs
- UnsafeNativeMethods.cs
- BindingNavigator.cs
- ListItemCollection.cs
- PolyLineSegment.cs
- CodeArgumentReferenceExpression.cs
- HtmlTernaryTree.cs
- ClientOptions.cs
- ObjectSecurity.cs
- TextInfo.cs
- webeventbuffer.cs
- SafeCryptoHandles.cs
- HtmlControl.cs
- HostedHttpContext.cs
- IndexExpression.cs
- ObservableCollectionDefaultValueFactory.cs
- Crc32.cs
- ChangeConflicts.cs
- DataBinding.cs
- HtmlButton.cs
- BindingValueChangedEventArgs.cs
- StreamGeometryContext.cs
- Setter.cs
- CompressedStack.cs
- StorageFunctionMapping.cs
- DecimalKeyFrameCollection.cs
- ManipulationLogic.cs
- Section.cs
- GraphicsPath.cs
- BindingContext.cs
- CryptoHelper.cs
- Hyperlink.cs
- BitStack.cs
- ComAdminInterfaces.cs
- InvalidCastException.cs
- StreamFormatter.cs
- XmlSerializerObjectSerializer.cs
- WebConfigurationHostFileChange.cs
- QueryCursorEventArgs.cs
- XmlSchemaSimpleTypeList.cs
- SerialPinChanges.cs
- DataGridSortCommandEventArgs.cs
- ImportContext.cs
- XmlReflectionImporter.cs
- ObjectAnimationUsingKeyFrames.cs
- XmlWhitespace.cs
- SqlCacheDependency.cs
- ResourceExpressionBuilder.cs
- unsafenativemethodstextservices.cs
- ConditionCollection.cs
- CriticalFinalizerObject.cs
- DataControlFieldCell.cs
- DbProviderFactory.cs
- ThaiBuddhistCalendar.cs
- CryptoApi.cs
- ListParaClient.cs
- ObjectViewEntityCollectionData.cs
- HelpKeywordAttribute.cs
- RouteItem.cs
- Pointer.cs
- GetPageNumberCompletedEventArgs.cs
- ObjectViewQueryResultData.cs
- CatalogZone.cs
- ListParaClient.cs
- CommandBinding.cs
- FrameworkElementAutomationPeer.cs
- FileSystemWatcher.cs
- ExpressionLexer.cs
- PenThreadPool.cs
- ArraySortHelper.cs
- XslAstAnalyzer.cs
- UnionCqlBlock.cs
- CodeTypeDelegate.cs
- TableCell.cs
- SlipBehavior.cs
- LayoutInformation.cs
- MediaScriptCommandRoutedEventArgs.cs
- ObjectView.cs
- SystemFonts.cs
- AttributeData.cs
- MailAddressParser.cs
- PropertyRecord.cs
- FormViewInsertedEventArgs.cs
- UIElement.cs
- TypeGeneratedEventArgs.cs
- CodeMemberField.cs
- IndividualDeviceConfig.cs