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
- MsmqChannelFactory.cs
- ValidationEventArgs.cs
- CompilationPass2Task.cs
- SchemaImporterExtensionElementCollection.cs
- MD5HashHelper.cs
- StateRuntime.cs
- DataGridParentRows.cs
- Form.cs
- ListBoxAutomationPeer.cs
- EnumConverter.cs
- ClientFactory.cs
- ThaiBuddhistCalendar.cs
- SecurityState.cs
- BypassElement.cs
- LeftCellWrapper.cs
- MoveSizeWinEventHandler.cs
- HMACSHA1.cs
- MenuItemBinding.cs
- GridViewCommandEventArgs.cs
- WorkflowInstanceExtensionCollection.cs
- SimpleRecyclingCache.cs
- _emptywebproxy.cs
- SByteConverter.cs
- DebugHandleTracker.cs
- FrameworkReadOnlyPropertyMetadata.cs
- StrokeFIndices.cs
- PathGeometry.cs
- FileCodeGroup.cs
- jithelpers.cs
- DbConnectionPoolGroup.cs
- FileDialog.cs
- StyleHelper.cs
- DockingAttribute.cs
- ToolZone.cs
- XPathNavigatorKeyComparer.cs
- NativeMethods.cs
- PathGeometry.cs
- TextEditorTables.cs
- XmlLoader.cs
- AnimationLayer.cs
- ServiceHttpModule.cs
- XmlQueryType.cs
- ConfigXmlAttribute.cs
- PathData.cs
- NullableBoolConverter.cs
- dataprotectionpermission.cs
- TdsParserSafeHandles.cs
- SourceFileBuildProvider.cs
- WindowsFormsHelpers.cs
- SqlCachedBuffer.cs
- Task.cs
- XmlSignificantWhitespace.cs
- AutoGeneratedField.cs
- _StreamFramer.cs
- SafeMILHandle.cs
- Ipv6Element.cs
- SimpleType.cs
- SafeBitVector32.cs
- dbdatarecord.cs
- ImageConverter.cs
- webproxy.cs
- MouseGestureValueSerializer.cs
- HttpChannelHelper.cs
- ProcessInfo.cs
- XslTransform.cs
- GradientStopCollection.cs
- LogEntrySerializer.cs
- BitmapEffectState.cs
- WindowsSlider.cs
- AvTraceFormat.cs
- SslStreamSecurityUpgradeProvider.cs
- VectorKeyFrameCollection.cs
- input.cs
- ImageCodecInfo.cs
- SplashScreenNativeMethods.cs
- HeaderUtility.cs
- TypeGeneratedEventArgs.cs
- fixedPageContentExtractor.cs
- DataTableExtensions.cs
- QilExpression.cs
- EntityViewGenerationAttribute.cs
- Bold.cs
- ActiveXHelper.cs
- FormatVersion.cs
- WebPartConnection.cs
- ParameterModifier.cs
- ValidateNames.cs
- FileVersionInfo.cs
- ScrollEvent.cs
- TrustManager.cs
- DataGridViewHitTestInfo.cs
- GroupBox.cs
- EdmItemError.cs
- TableCellAutomationPeer.cs
- TypeSystemHelpers.cs
- MemberInfoSerializationHolder.cs
- LassoHelper.cs
- OletxResourceManager.cs
- BitmapEncoder.cs
- WindowsClientElement.cs