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
- ConnectionDemuxer.cs
- ConsoleCancelEventArgs.cs
- RegistryKey.cs
- RequiredAttributeAttribute.cs
- ListMarkerLine.cs
- AutomationEventArgs.cs
- NotifyCollectionChangedEventArgs.cs
- translator.cs
- UrlPropertyAttribute.cs
- BitmapEffectState.cs
- DetailsViewPageEventArgs.cs
- PropertyToken.cs
- CommandLineParser.cs
- CalendarDay.cs
- StyleTypedPropertyAttribute.cs
- ViewStateModeByIdAttribute.cs
- UInt16Storage.cs
- BuildResult.cs
- ObjectFullSpanRewriter.cs
- XmlDigitalSignatureProcessor.cs
- ServicePointManager.cs
- PipeSecurity.cs
- SizeConverter.cs
- SqlEnums.cs
- MatchingStyle.cs
- FillErrorEventArgs.cs
- Int64KeyFrameCollection.cs
- OletxTransactionHeader.cs
- BaseUriHelper.cs
- EncryptedPackageFilter.cs
- DataColumn.cs
- HttpRequest.cs
- Dispatcher.cs
- ClrProviderManifest.cs
- XmlLinkedNode.cs
- StyleXamlTreeBuilder.cs
- ObjectParameterCollection.cs
- DataBindingList.cs
- StatusBarDrawItemEvent.cs
- ActivityLocationReferenceEnvironment.cs
- OracleTransaction.cs
- Vector3dCollection.cs
- ProgressiveCrcCalculatingStream.cs
- ResizeGrip.cs
- XXXOnTypeBuilderInstantiation.cs
- AutomationElementCollection.cs
- InternalResources.cs
- SqlNodeTypeOperators.cs
- EventMappingSettingsCollection.cs
- Stacktrace.cs
- HashJoinQueryOperatorEnumerator.cs
- Span.cs
- CfgSemanticTag.cs
- FilteredXmlReader.cs
- DataGridTextBoxColumn.cs
- WebPartConnectVerb.cs
- ScriptControlDescriptor.cs
- TypeTypeConverter.cs
- FontFamilyIdentifier.cs
- SqlClientPermission.cs
- CopyOnWriteList.cs
- HtmlShimManager.cs
- OleDbFactory.cs
- DataBindingCollectionConverter.cs
- JsonReader.cs
- XmlTextReaderImplHelpers.cs
- HtmlTextBoxAdapter.cs
- UnauthorizedAccessException.cs
- InputProcessorProfilesLoader.cs
- NumericUpDownAccelerationCollection.cs
- CompilationUtil.cs
- DataGridViewRowConverter.cs
- CaseInsensitiveHashCodeProvider.cs
- PageContentCollection.cs
- DataObject.cs
- localization.cs
- SliderAutomationPeer.cs
- ColumnWidthChangingEvent.cs
- XmlLangPropertyAttribute.cs
- NumericPagerField.cs
- HtmlCalendarAdapter.cs
- DBCSCodePageEncoding.cs
- WindowsStatusBar.cs
- SingleTagSectionHandler.cs
- DataKey.cs
- VirtualPathProvider.cs
- OleCmdHelper.cs
- MenuItemBinding.cs
- DataControlCommands.cs
- CharUnicodeInfo.cs
- XmlDeclaration.cs
- CompModHelpers.cs
- DeflateInput.cs
- RepeatInfo.cs
- EntityExpressionVisitor.cs
- FormViewCommandEventArgs.cs
- ColorMatrix.cs
- HttpListenerRequest.cs
- GeometryDrawing.cs
- WindowsMenu.cs