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 / FormViewDeleteEventArgs.cs / 1 / FormViewDeleteEventArgs.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 FormViewDeleteEventArgs : CancelEventArgs { private int _rowIndex; private OrderedDictionary _keys; private OrderedDictionary _values; ///Provides data for some ///events. /// public FormViewDeleteEventArgs(int rowIndex) : base(false) { this._rowIndex = rowIndex; } public int RowIndex { get { return _rowIndex; } } ///Initializes a new instance of the ////// class. /// public IOrderedDictionary Keys { get { if (_keys == null) { _keys = new OrderedDictionary(); } return _keys; } } ///Gets a keyed list to populate with parameters that identify the row to delete. 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 keyed list to populate with old 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 FormViewDeleteEventArgs : CancelEventArgs { private int _rowIndex; private OrderedDictionary _keys; private OrderedDictionary _values; ///Provides data for some ///events. /// public FormViewDeleteEventArgs(int rowIndex) : base(false) { this._rowIndex = rowIndex; } public int RowIndex { get { return _rowIndex; } } ///Initializes a new instance of the ////// class. /// public IOrderedDictionary Keys { get { if (_keys == null) { _keys = new OrderedDictionary(); } return _keys; } } ///Gets a keyed list to populate with parameters that identify the row to delete. 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 keyed list to populate with old row values. This property is read-only. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- StrokeCollection2.cs
- MultiplexingFormatMapping.cs
- XmlObjectSerializerReadContextComplex.cs
- GlobalProxySelection.cs
- MessageEncoderFactory.cs
- CustomWebEventKey.cs
- DynamicRendererThreadManager.cs
- CategoryNameCollection.cs
- Int32Rect.cs
- TextClipboardData.cs
- ConstraintManager.cs
- DPTypeDescriptorContext.cs
- Memoizer.cs
- MappingModelBuildProvider.cs
- PriorityItem.cs
- TokenBasedSet.cs
- ToolStripDropDownButton.cs
- DemultiplexingClientMessageFormatter.cs
- MatrixAnimationUsingKeyFrames.cs
- LocalizableResourceBuilder.cs
- PrePrepareMethodAttribute.cs
- MatrixAnimationUsingPath.cs
- FixUpCollection.cs
- EdmProperty.cs
- PrimitiveCodeDomSerializer.cs
- WebPartHelpVerb.cs
- ListContractAdapter.cs
- SectionXmlInfo.cs
- DataTableCollection.cs
- EditableRegion.cs
- DesignerHierarchicalDataSourceView.cs
- ThreadExceptionDialog.cs
- XmlSchemaAll.cs
- XmlLangPropertyAttribute.cs
- OleDbParameterCollection.cs
- RelationshipConverter.cs
- ControlCommandSet.cs
- ServiceModelConfigurationSection.cs
- ISCIIEncoding.cs
- CheckableControlBaseAdapter.cs
- BamlRecordWriter.cs
- SqlOuterApplyReducer.cs
- PackageRelationshipCollection.cs
- PageAction.cs
- ParsedRoute.cs
- NamespaceEmitter.cs
- GridProviderWrapper.cs
- CryptoApi.cs
- XmlReader.cs
- EntityDataSourceSelectingEventArgs.cs
- FontFamily.cs
- ProxySimple.cs
- CursorInteropHelper.cs
- DecoderBestFitFallback.cs
- ReverseInheritProperty.cs
- TreeNode.cs
- LifetimeServices.cs
- FormatConvertedBitmap.cs
- XmlNodeReader.cs
- diagnosticsswitches.cs
- ComboBoxAutomationPeer.cs
- TextBox.cs
- PointLight.cs
- SourceChangedEventArgs.cs
- SrgsNameValueTag.cs
- ClickablePoint.cs
- SiteMapDesignerDataSourceView.cs
- ReferenceService.cs
- AliasExpr.cs
- TextElementEditingBehaviorAttribute.cs
- PriorityRange.cs
- XmlWriterTraceListener.cs
- CellRelation.cs
- TokenizerHelper.cs
- ADMembershipProvider.cs
- EntityException.cs
- ModuleConfigurationInfo.cs
- Operand.cs
- InplaceBitmapMetadataWriter.cs
- Button.cs
- NullableIntSumAggregationOperator.cs
- GeometryDrawing.cs
- SqlException.cs
- IgnoreFlushAndCloseStream.cs
- WrappedOptions.cs
- DbConnectionStringCommon.cs
- TraceUtility.cs
- MulticastNotSupportedException.cs
- HandleExceptionArgs.cs
- SecureConversationDriver.cs
- StandardToolWindows.cs
- EntityStoreSchemaFilterEntry.cs
- GZipStream.cs
- WebCategoryAttribute.cs
- Padding.cs
- XmlSchema.cs
- IxmlLineInfo.cs
- NativeMethodsOther.cs
- CheckBoxField.cs
- PointConverter.cs