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
- FormsAuthentication.cs
- InstancePersistenceCommandException.cs
- ExpressionBuilderContext.cs
- EmptyReadOnlyDictionaryInternal.cs
- WorkItem.cs
- LayoutSettings.cs
- BitmapSizeOptions.cs
- DBCommand.cs
- Stylesheet.cs
- BitmapImage.cs
- JsonDeserializer.cs
- ListViewUpdateEventArgs.cs
- oledbmetadatacollectionnames.cs
- WebBrowser.cs
- IgnoreSection.cs
- MULTI_QI.cs
- SamlDoNotCacheCondition.cs
- IDictionary.cs
- LocatorGroup.cs
- ConfigXmlComment.cs
- StatementContext.cs
- DataBinder.cs
- TrackingRecordPreFilter.cs
- BadImageFormatException.cs
- ScopelessEnumAttribute.cs
- IntMinMaxAggregationOperator.cs
- TextRenderer.cs
- CssTextWriter.cs
- GestureRecognizer.cs
- Attributes.cs
- CommandLineParser.cs
- XmlNamespaceMapping.cs
- StringDictionaryWithComparer.cs
- FontFamilyConverter.cs
- RbTree.cs
- InvalidOperationException.cs
- TemplateContent.cs
- TextElement.cs
- EnumValAlphaComparer.cs
- SelectQueryOperator.cs
- HttpListenerException.cs
- DataTransferEventArgs.cs
- Page.cs
- QuaternionValueSerializer.cs
- ZipIOBlockManager.cs
- FixedDocument.cs
- MediaTimeline.cs
- BatchWriter.cs
- WebDisplayNameAttribute.cs
- ExclusiveTcpListener.cs
- StorageAssociationTypeMapping.cs
- mediaclock.cs
- clipboard.cs
- ExpressionEditorSheet.cs
- SchemaComplexType.cs
- WebPartTransformerCollection.cs
- NetTcpSection.cs
- TypedServiceChannelBuilder.cs
- Environment.cs
- ParserStreamGeometryContext.cs
- OneOfTypeConst.cs
- HttpException.cs
- ResourcePool.cs
- Error.cs
- ContextBase.cs
- PersonalizationAdministration.cs
- CodeSnippetCompileUnit.cs
- StyleSheet.cs
- DbParameterCollection.cs
- Scripts.cs
- Tuple.cs
- SchemaMapping.cs
- FilterQueryOptionExpression.cs
- HttpListenerException.cs
- TransformationRules.cs
- ObjectListFieldCollection.cs
- EmbeddedMailObjectsCollection.cs
- DiscoveryClientReferences.cs
- ClientOptions.cs
- StylusButtonEventArgs.cs
- DataKey.cs
- SqlUnionizer.cs
- OperationAbortedException.cs
- WindowsGraphics2.cs
- Perspective.cs
- Content.cs
- DataRelation.cs
- QuaternionAnimation.cs
- Empty.cs
- DateTimeOffsetConverter.cs
- FormViewInsertedEventArgs.cs
- RoutedEventArgs.cs
- TypeDescriptor.cs
- ZoneLinkButton.cs
- FileDataSourceCache.cs
- ReadonlyMessageFilter.cs
- PageCodeDomTreeGenerator.cs
- TrustSection.cs
- RuleEngine.cs
- FillRuleValidation.cs