Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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
- SpeechEvent.cs
- COM2ExtendedUITypeEditor.cs
- MembershipValidatePasswordEventArgs.cs
- ProcessManager.cs
- SiteOfOriginPart.cs
- SimpleRecyclingCache.cs
- PasswordBoxAutomationPeer.cs
- WSDualHttpBinding.cs
- SqlConnectionStringBuilder.cs
- HttpsChannelListener.cs
- XPathDocumentBuilder.cs
- DiagnosticEventProvider.cs
- RoutedEvent.cs
- SafeBitVector32.cs
- ProfileInfo.cs
- Hyperlink.cs
- UnknownMessageReceivedEventArgs.cs
- ApplicationTrust.cs
- InkCanvasSelectionAdorner.cs
- NameService.cs
- CollectionEditor.cs
- ProxyFragment.cs
- RadialGradientBrush.cs
- SurrogateEncoder.cs
- BamlRecordHelper.cs
- TraceSection.cs
- ChineseLunisolarCalendar.cs
- BitmapEffectGroup.cs
- ActivityExecutionFilter.cs
- CodeTypeDelegate.cs
- CodeParameterDeclarationExpression.cs
- ApplicationBuildProvider.cs
- SchemaElementDecl.cs
- MimeWriter.cs
- VirtualPathUtility.cs
- PnrpPermission.cs
- Psha1DerivedKeyGenerator.cs
- ModelItemCollectionImpl.cs
- BindingsCollection.cs
- Int16AnimationBase.cs
- Quad.cs
- CultureTable.cs
- CompoundFileIOPermission.cs
- Ref.cs
- ActiveXSite.cs
- CodeCommentStatementCollection.cs
- TransformGroup.cs
- DispatcherFrame.cs
- HttpModuleActionCollection.cs
- PKCS1MaskGenerationMethod.cs
- RTTrackingProfile.cs
- List.cs
- MonthCalendar.cs
- WinCategoryAttribute.cs
- _CommandStream.cs
- IsolatedStorageFilePermission.cs
- HostProtectionException.cs
- TextTreeDeleteContentUndoUnit.cs
- RoleManagerSection.cs
- Graphics.cs
- ContentDisposition.cs
- InputScope.cs
- DataGridViewButtonCell.cs
- IndentedTextWriter.cs
- ConfigsHelper.cs
- CaseInsensitiveOrdinalStringComparer.cs
- ConfigErrorGlyph.cs
- DefaultPrintController.cs
- RadioButton.cs
- ChannelSinkStacks.cs
- Calendar.cs
- ProcessHostConfigUtils.cs
- TableLayoutSettings.cs
- datacache.cs
- XmlArrayItemAttributes.cs
- FileDialogCustomPlacesCollection.cs
- CornerRadiusConverter.cs
- NamedPipeAppDomainProtocolHandler.cs
- DispatcherFrame.cs
- XmlSchemaIdentityConstraint.cs
- CustomAttributeSerializer.cs
- UpdatePanelTrigger.cs
- CheckBox.cs
- Ipv6Element.cs
- PagerSettings.cs
- MDIControlStrip.cs
- XmlMapping.cs
- NativeMethods.cs
- DateTimeOffsetConverter.cs
- SQLGuidStorage.cs
- ProjectionCamera.cs
- RepeatButton.cs
- PeerObject.cs
- OperationInvokerTrace.cs
- AddInProcess.cs
- PartialTrustVisibleAssemblyCollection.cs
- PnrpPermission.cs
- Trigger.cs
- PropertyChangeTracker.cs
- ClientUriBehavior.cs