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
- HttpCookie.cs
- Renderer.cs
- Label.cs
- ListControl.cs
- MemberHolder.cs
- KoreanCalendar.cs
- followingquery.cs
- PingOptions.cs
- CodeDelegateInvokeExpression.cs
- XmlDataLoader.cs
- RemotingException.cs
- ExponentialEase.cs
- Viewport3DVisual.cs
- KeyNotFoundException.cs
- GenerateTemporaryTargetAssembly.cs
- BinaryUtilClasses.cs
- GeometryDrawing.cs
- HttpHandlerAction.cs
- BindingList.cs
- DocumentOrderQuery.cs
- ContourSegment.cs
- UIElementHelper.cs
- GlyphRunDrawing.cs
- ColorContext.cs
- StatusBarPanel.cs
- PresentationUIStyleResources.cs
- AppModelKnownContentFactory.cs
- EventProviderBase.cs
- ToolStripSystemRenderer.cs
- WindowsMenu.cs
- ChtmlMobileTextWriter.cs
- TextPattern.cs
- FontCacheUtil.cs
- DrawListViewColumnHeaderEventArgs.cs
- ChainOfResponsibility.cs
- PlatformCulture.cs
- SoapExtensionImporter.cs
- PrintSystemException.cs
- OdbcException.cs
- HtmlInputRadioButton.cs
- EntityDataSource.cs
- InstanceData.cs
- Converter.cs
- ApplicationServicesHostFactory.cs
- ToolStripRenderEventArgs.cs
- DesignerVerbCollection.cs
- MenuItem.cs
- Icon.cs
- ConfigXmlAttribute.cs
- TabRenderer.cs
- GeneralTransform3D.cs
- DbProviderFactories.cs
- TransactionManager.cs
- SiteMapDataSourceDesigner.cs
- PieceDirectory.cs
- Header.cs
- AddInServer.cs
- DesignerSerializationOptionsAttribute.cs
- baseshape.cs
- WebBrowserSiteBase.cs
- HttpCachePolicyBase.cs
- ActiveXHost.cs
- EllipseGeometry.cs
- ReflectionTypeLoadException.cs
- DataGridViewCellPaintingEventArgs.cs
- WindowPatternIdentifiers.cs
- ZipIOCentralDirectoryBlock.cs
- MetadataItemEmitter.cs
- DoubleLinkList.cs
- ColorMatrix.cs
- InputScopeAttribute.cs
- VariableDesigner.xaml.cs
- WindowsServiceCredential.cs
- ValidatingReaderNodeData.cs
- NativeRightsManagementAPIsStructures.cs
- QueueProcessor.cs
- Base64Stream.cs
- EdmEntityTypeAttribute.cs
- XD.cs
- IListConverters.cs
- WorkflowValidationFailedException.cs
- _RequestCacheProtocol.cs
- SQLInt32.cs
- CompositeDispatchFormatter.cs
- ClientOperation.cs
- WebPartVerbCollection.cs
- TypeInfo.cs
- TimerEventSubscriptionCollection.cs
- UmAlQuraCalendar.cs
- MobileUserControl.cs
- GPRECT.cs
- precedingquery.cs
- GiveFeedbackEvent.cs
- ProfileGroupSettings.cs
- LogReservationCollection.cs
- FileUpload.cs
- newinstructionaction.cs
- InvalidPrinterException.cs
- StackSpiller.Bindings.cs
- Profiler.cs