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
- Trace.cs
- ConsoleEntryPoint.cs
- CodeTypeReferenceCollection.cs
- MemberCollection.cs
- AsyncStreamReader.cs
- AccessDataSource.cs
- WebPartEditVerb.cs
- XmlProcessingInstruction.cs
- SelectionRange.cs
- DynamicDataRouteHandler.cs
- WebPartUtil.cs
- PackageRelationshipSelector.cs
- WindowsStatic.cs
- SystemPens.cs
- DesigntimeLicenseContext.cs
- NamedElement.cs
- PerformanceCounterPermissionEntry.cs
- AvtEvent.cs
- SoapElementAttribute.cs
- AccessibleObject.cs
- DataException.cs
- WhitespaceSignificantCollectionAttribute.cs
- IsolatedStorageFilePermission.cs
- ToolStripItemDataObject.cs
- WindowsImpersonationContext.cs
- Size3D.cs
- BitmapMetadata.cs
- Common.cs
- ConfigXmlSignificantWhitespace.cs
- UnlockInstanceCommand.cs
- MetadataCache.cs
- TreeView.cs
- StringComparer.cs
- TextBoxAutoCompleteSourceConverter.cs
- ContainerControl.cs
- DbParameterCollectionHelper.cs
- Thread.cs
- PolicyConversionContext.cs
- QueryReaderSettings.cs
- HwndHost.cs
- sortedlist.cs
- CfgParser.cs
- DXD.cs
- StylusButton.cs
- HtmlFormParameterReader.cs
- ResourceDescriptionAttribute.cs
- TdsParser.cs
- SingleAnimation.cs
- sqlstateclientmanager.cs
- IUnknownConstantAttribute.cs
- CryptoApi.cs
- StylusPointPropertyInfo.cs
- GridItemProviderWrapper.cs
- EntityWithChangeTrackerStrategy.cs
- XXXInfos.cs
- BinHexDecoder.cs
- DeferredElementTreeState.cs
- SubMenuStyleCollectionEditor.cs
- StackBuilderSink.cs
- FileSystemInfo.cs
- SiteMapProvider.cs
- IndexerNameAttribute.cs
- XmlSchemaChoice.cs
- SqlColumnizer.cs
- GenerateTemporaryAssemblyTask.cs
- VirtualPathData.cs
- NumberSubstitution.cs
- Range.cs
- BamlMapTable.cs
- DataGridState.cs
- XmlSchemaValidator.cs
- DbProviderFactory.cs
- CLRBindingWorker.cs
- FormViewDesigner.cs
- SystemKeyConverter.cs
- DrawingContextDrawingContextWalker.cs
- WebPartEditorOkVerb.cs
- CommandValueSerializer.cs
- TableAutomationPeer.cs
- Vector3DAnimation.cs
- StylusTip.cs
- MainMenu.cs
- CodeArrayCreateExpression.cs
- ProxyFragment.cs
- SQLMembershipProvider.cs
- CommonRemoteMemoryBlock.cs
- TraceInternal.cs
- WebControlToolBoxItem.cs
- SingleResultAttribute.cs
- DataBoundControl.cs
- RadioButton.cs
- EditorPartChrome.cs
- MapPathBasedVirtualPathProvider.cs
- MSAANativeProvider.cs
- HTTPNotFoundHandler.cs
- Tablet.cs
- WebHttpSecurityElement.cs
- MetadataArtifactLoaderResource.cs
- SafeFileMappingHandle.cs
- CheckedListBox.cs