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
- SQLRoleProvider.cs
- EllipseGeometry.cs
- FileLogRecordEnumerator.cs
- FormsAuthenticationTicket.cs
- HMACRIPEMD160.cs
- TemplateManager.cs
- HwndSubclass.cs
- IIS7WorkerRequest.cs
- WindowShowOrOpenTracker.cs
- HtmlTextArea.cs
- UDPClient.cs
- PackageRelationshipCollection.cs
- ConfigurationStrings.cs
- ArrayElementGridEntry.cs
- RegexGroupCollection.cs
- EntitySqlQueryCacheEntry.cs
- EdmType.cs
- EqualityComparer.cs
- DataTableReaderListener.cs
- TypedTableBase.cs
- TableItemPatternIdentifiers.cs
- VisualStyleElement.cs
- TransactionManager.cs
- ChildrenQuery.cs
- ContainerVisual.cs
- SelectionRangeConverter.cs
- LocalizedNameDescriptionPair.cs
- HighContrastHelper.cs
- ExceptQueryOperator.cs
- UrlPropertyAttribute.cs
- ToolboxItemSnapLineBehavior.cs
- NotFiniteNumberException.cs
- MessageLogger.cs
- IndentedWriter.cs
- TimeIntervalCollection.cs
- UnmanagedMarshal.cs
- PrintingPermissionAttribute.cs
- Binding.cs
- PropertyKey.cs
- HttpCapabilitiesBase.cs
- ConnectionsZone.cs
- InstanceDescriptor.cs
- DesignerForm.cs
- InvalidWMPVersionException.cs
- FunctionParameter.cs
- RectValueSerializer.cs
- NaturalLanguageHyphenator.cs
- TimeSpanMinutesConverter.cs
- MailAddressCollection.cs
- PhonemeEventArgs.cs
- StandardCommands.cs
- DoubleLinkList.cs
- RadialGradientBrush.cs
- Util.cs
- GrammarBuilderDictation.cs
- SctClaimDictionary.cs
- CommentGlyph.cs
- BinaryFormatter.cs
- TextPointerBase.cs
- TextParagraphView.cs
- GridViewSelectEventArgs.cs
- MultiBinding.cs
- Metadata.cs
- ConnectionInterfaceCollection.cs
- ResourceIDHelper.cs
- SoapHeaderException.cs
- PersonalizationProvider.cs
- ExtenderControl.cs
- MaskedTextBox.cs
- TemplateManager.cs
- util.cs
- WebPartVerb.cs
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- QuotedPrintableStream.cs
- EventDescriptor.cs
- VarInfo.cs
- OrderedDictionary.cs
- DirectoryObjectSecurity.cs
- xsdvalidator.cs
- ActionMismatchAddressingException.cs
- GlyphRunDrawing.cs
- OdbcUtils.cs
- RuntimeEnvironment.cs
- HandleRef.cs
- XamlFigureLengthSerializer.cs
- FrameAutomationPeer.cs
- XmlDataCollection.cs
- XPathScanner.cs
- Int16AnimationUsingKeyFrames.cs
- UserMapPath.cs
- NonBatchDirectoryCompiler.cs
- ConfigurationSection.cs
- RoleExceptions.cs
- FrameworkElement.cs
- CatalogPartCollection.cs
- PrintingPermission.cs
- MetadataArtifactLoaderCompositeFile.cs
- ImageDrawing.cs
- ColumnBinding.cs
- UnmanagedMemoryStream.cs