Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / 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. // Copyright (c) Microsoft Corporation. All rights reserved. //------------------------------------------------------------------------------ //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. // Copyright (c) Microsoft Corporation. All rights reserved.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
- RenderData.cs
- Debug.cs
- HashFinalRequest.cs
- HotSpot.cs
- ProfilePropertyNameValidator.cs
- oledbmetadatacolumnnames.cs
- DocumentXPathNavigator.cs
- SupportsEventValidationAttribute.cs
- DataControlLinkButton.cs
- WebServiceErrorEvent.cs
- WebPartMovingEventArgs.cs
- FileStream.cs
- CrossSiteScriptingValidation.cs
- ObjectDataSourceChooseTypePanel.cs
- SchemaImporterExtensionElement.cs
- HealthMonitoringSectionHelper.cs
- AnnotationService.cs
- TableAdapterManagerMethodGenerator.cs
- SerializationInfo.cs
- PassportAuthentication.cs
- TextParagraph.cs
- Pkcs7Recipient.cs
- ProbeMatches11.cs
- OpenFileDialog.cs
- Renderer.cs
- TraceHandler.cs
- WmlPhoneCallAdapter.cs
- EpmCustomContentSerializer.cs
- SystemException.cs
- OutKeywords.cs
- ReflectionPermission.cs
- VisualTreeUtils.cs
- StrongNameKeyPair.cs
- KeyGesture.cs
- wgx_exports.cs
- Parameter.cs
- CollectionViewGroupInternal.cs
- Freezable.cs
- Bezier.cs
- ActivityCodeDomSerializationManager.cs
- SafeLibraryHandle.cs
- XamlPoint3DCollectionSerializer.cs
- ManifestSignedXml.cs
- NumericUpDownAccelerationCollection.cs
- TextSelectionProcessor.cs
- DeferredTextReference.cs
- WebPartDescriptionCollection.cs
- TypeSystemHelpers.cs
- Binding.cs
- Char.cs
- Scripts.cs
- FontNamesConverter.cs
- EventManager.cs
- CodeVariableReferenceExpression.cs
- ReadOnlyNameValueCollection.cs
- TreeNodeBindingCollection.cs
- SpeakInfo.cs
- Utils.cs
- DropShadowBitmapEffect.cs
- wgx_exports.cs
- PeerNameRecord.cs
- ServiceBehaviorAttribute.cs
- GridView.cs
- WebMethodAttribute.cs
- COM2PropertyDescriptor.cs
- BevelBitmapEffect.cs
- DeploymentSectionCache.cs
- PeerPresenceInfo.cs
- Action.cs
- ScriptReferenceEventArgs.cs
- IPPacketInformation.cs
- ServiceConfigurationTraceRecord.cs
- SqlUnionizer.cs
- Crc32.cs
- SoapIgnoreAttribute.cs
- XmlSchemaSimpleTypeList.cs
- Popup.cs
- regiisutil.cs
- ErrorWrapper.cs
- CqlBlock.cs
- DispatcherFrame.cs
- metadatamappinghashervisitor.hashsourcebuilder.cs
- XmlElementAttributes.cs
- StandardToolWindows.cs
- GridViewSortEventArgs.cs
- EncoderReplacementFallback.cs
- EventEntry.cs
- DrawingAttributes.cs
- XmlCustomFormatter.cs
- VersionedStreamOwner.cs
- DataReaderContainer.cs
- StylusPointCollection.cs
- DateTime.cs
- NumberFormatInfo.cs
- TableCellCollection.cs
- prefixendpointaddressmessagefilter.cs
- EntityException.cs
- ExpressionEditorSheet.cs
- ColorConvertedBitmap.cs
- SetUserLanguageRequest.cs