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
- SAPICategories.cs
- AspNetHostingPermission.cs
- CacheMode.cs
- WorkflowInstanceQuery.cs
- HuffCodec.cs
- VarInfo.cs
- CheckPair.cs
- HelpInfo.cs
- ProxyGenerator.cs
- ForwardPositionQuery.cs
- XmlSchemaExporter.cs
- SvcMapFileLoader.cs
- MediaContext.cs
- WindowsListViewScroll.cs
- XmlLinkedNode.cs
- AudioFormatConverter.cs
- CollaborationHelperFunctions.cs
- MarkupExtensionParser.cs
- SortQuery.cs
- GridViewDeletedEventArgs.cs
- DataListCommandEventArgs.cs
- EventManager.cs
- ClrPerspective.cs
- VisualStyleInformation.cs
- Number.cs
- EpmContentDeSerializerBase.cs
- ToolStripSplitButton.cs
- Privilege.cs
- PeerChannelListener.cs
- TreeSet.cs
- DesignerAttribute.cs
- SafeTokenHandle.cs
- TriggerCollection.cs
- StorageConditionPropertyMapping.cs
- ProxyGenerator.cs
- AdapterSwitches.cs
- ContentElementAutomationPeer.cs
- DiscreteKeyFrames.cs
- ReadOnlyCollectionBase.cs
- ListSourceHelper.cs
- ReferentialConstraintRoleElement.cs
- ContentPlaceHolder.cs
- BooleanSwitch.cs
- WaitHandle.cs
- DictionaryMarkupSerializer.cs
- SortAction.cs
- Monitor.cs
- ObjRef.cs
- COM2ExtendedUITypeEditor.cs
- DataRowView.cs
- MatrixAnimationUsingKeyFrames.cs
- TraceXPathNavigator.cs
- DelayedRegex.cs
- EdmEntityTypeAttribute.cs
- DataSourceNameHandler.cs
- IApplicationTrustManager.cs
- PaperSize.cs
- XmlBinaryReaderSession.cs
- PageHandlerFactory.cs
- FixedHighlight.cs
- GridViewSelectEventArgs.cs
- IdentifierCreationService.cs
- OdbcError.cs
- RemotingConfiguration.cs
- ContextActivityUtils.cs
- CqlGenerator.cs
- LinqDataSource.cs
- HttpContext.cs
- ProtocolsConfigurationEntry.cs
- TagPrefixCollection.cs
- WasEndpointConfigContainer.cs
- TextEditorDragDrop.cs
- SessionStateUtil.cs
- PropertyOverridesTypeEditor.cs
- ToolboxDataAttribute.cs
- EntityDataSourceEntitySetNameItem.cs
- ObjectKeyFrameCollection.cs
- TabControlCancelEvent.cs
- AssemblyGen.cs
- ForceCopyBuildProvider.cs
- DBAsyncResult.cs
- StorageFunctionMapping.cs
- DataGridViewCellValueEventArgs.cs
- LocalBuilder.cs
- InstanceCreationEditor.cs
- TimelineClockCollection.cs
- FloaterParaClient.cs
- HttpRuntime.cs
- XmlPreloadedResolver.cs
- TraceEventCache.cs
- SourceElementsCollection.cs
- SmtpTransport.cs
- XmlConverter.cs
- ServiceInfoCollection.cs
- TreeNodeStyle.cs
- FileLogRecord.cs
- hresults.cs
- CommunicationObjectManager.cs
- PagedDataSource.cs
- TableProvider.cs