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
- EntitySetRetriever.cs
- TableSectionStyle.cs
- XsltArgumentList.cs
- SystemDiagnosticsSection.cs
- ReliabilityContractAttribute.cs
- RelatedEnd.cs
- UmAlQuraCalendar.cs
- WmpBitmapEncoder.cs
- SQLInt64Storage.cs
- SslStreamSecurityElement.cs
- XhtmlBasicCalendarAdapter.cs
- HtmlFormParameterWriter.cs
- FixedTextPointer.cs
- BaseCAMarshaler.cs
- CompositeFontInfo.cs
- ObjectDataSourceChooseTypePanel.cs
- CapabilitiesState.cs
- Vector3DAnimation.cs
- ScriptResourceAttribute.cs
- safesecurityhelperavalon.cs
- MouseWheelEventArgs.cs
- TCPListener.cs
- OrderPreservingPipeliningMergeHelper.cs
- TripleDES.cs
- Color.cs
- WebReferencesBuildProvider.cs
- ContentElementCollection.cs
- PageSetupDialog.cs
- ThemeDirectoryCompiler.cs
- DLinqAssociationProvider.cs
- LayoutDump.cs
- SiteMapNodeItemEventArgs.cs
- RuntimeTransactionHandle.cs
- DispatcherFrame.cs
- TableCell.cs
- MD5CryptoServiceProvider.cs
- DBSqlParserTable.cs
- ContentDesigner.cs
- ProfessionalColors.cs
- TcpClientChannel.cs
- UserControlParser.cs
- PolyBezierSegment.cs
- HeaderedContentControl.cs
- RecordManager.cs
- NullableBoolConverter.cs
- PriorityQueue.cs
- TextDecorationCollectionConverter.cs
- OdbcEnvironmentHandle.cs
- embossbitmapeffect.cs
- ResponseBodyWriter.cs
- DBSqlParserTableCollection.cs
- DataObjectEventArgs.cs
- XpsFilter.cs
- HttpResponseWrapper.cs
- QueryCoreOp.cs
- SessionParameter.cs
- ObsoleteAttribute.cs
- FixedPosition.cs
- ElementNotEnabledException.cs
- EnumConverter.cs
- EdmMember.cs
- DataServiceQueryOfT.cs
- StateRuntime.cs
- OdbcReferenceCollection.cs
- DbConvert.cs
- HtmlForm.cs
- TextEmbeddedObject.cs
- ObjectSet.cs
- AdjustableArrowCap.cs
- TraceFilter.cs
- XhtmlConformanceSection.cs
- SupportingTokenSpecification.cs
- WinInet.cs
- AtlasWeb.Designer.cs
- FixedDocumentSequencePaginator.cs
- SiteMapProvider.cs
- Parallel.cs
- ComNativeDescriptor.cs
- CultureInfoConverter.cs
- PropertyExpression.cs
- WebException.cs
- columnmapfactory.cs
- webclient.cs
- UnsafeNativeMethods.cs
- QilValidationVisitor.cs
- UnrecognizedAssertionsBindingElement.cs
- SlipBehavior.cs
- ValidatedControlConverter.cs
- WorkItem.cs
- DataSetMappper.cs
- Vars.cs
- Rect3D.cs
- ChildrenQuery.cs
- DbSetClause.cs
- AccessDataSource.cs
- ControllableStoryboardAction.cs
- UserValidatedEventArgs.cs
- ReferenceEqualityComparer.cs
- XmlTextReaderImplHelpers.cs
- PathSegmentCollection.cs