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 / 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
- LinqDataView.cs
- View.cs
- FixedSOMPageConstructor.cs
- XamlWrappingReader.cs
- WindowsSecurityTokenAuthenticator.cs
- GridViewColumnHeader.cs
- Math.cs
- AlphabetConverter.cs
- AdapterSwitches.cs
- ObjectDataSourceEventArgs.cs
- CacheForPrimitiveTypes.cs
- AnimatedTypeHelpers.cs
- __Filters.cs
- documentsequencetextview.cs
- XPathDocumentIterator.cs
- Overlapped.cs
- COM2DataTypeToManagedDataTypeConverter.cs
- ObjectComplexPropertyMapping.cs
- AnnouncementInnerClient11.cs
- CharEnumerator.cs
- ReferencedAssembly.cs
- InvalidateEvent.cs
- SqlDataSourceEnumerator.cs
- RemotingSurrogateSelector.cs
- Converter.cs
- TypeConverterValueSerializer.cs
- TabItem.cs
- PageContent.cs
- FixedDocumentPaginator.cs
- COM2ExtendedTypeConverter.cs
- EntityException.cs
- DataError.cs
- EventMappingSettingsCollection.cs
- ItemCollection.cs
- ContentValidator.cs
- WebUtility.cs
- WebBrowserHelper.cs
- XamlStyleSerializer.cs
- WithStatement.cs
- SchemaImporterExtensionElementCollection.cs
- BufferedGraphicsManager.cs
- TraceSection.cs
- EnumValidator.cs
- SymbolType.cs
- NativeMethodsOther.cs
- IPAddressCollection.cs
- precedingsibling.cs
- ToolboxBitmapAttribute.cs
- TextElementEnumerator.cs
- FormsAuthenticationModule.cs
- AbstractSvcMapFileLoader.cs
- UserNamePasswordValidator.cs
- NameValuePermission.cs
- LicenseManager.cs
- HttpCachePolicy.cs
- SecurityTokenRequirement.cs
- SafeEventLogWriteHandle.cs
- WebEventTraceProvider.cs
- AppDomainProtocolHandler.cs
- BinaryConverter.cs
- HtmlSelect.cs
- AutoGeneratedFieldProperties.cs
- SqlDataAdapter.cs
- ByteStack.cs
- DeobfuscatingStream.cs
- BinaryConverter.cs
- DiscoveryClientBindingElement.cs
- TraceListeners.cs
- MethodCallTranslator.cs
- BaseAddressPrefixFilterElement.cs
- PrintingPermission.cs
- PersonalizablePropertyEntry.cs
- SqlHelper.cs
- HashRepartitionStream.cs
- ElementFactory.cs
- SizeChangedEventArgs.cs
- AutomationFocusChangedEventArgs.cs
- MessageHeaderDescription.cs
- FormsAuthenticationUserCollection.cs
- SqlClientFactory.cs
- FindSimilarActivitiesVerb.cs
- StrokeDescriptor.cs
- XmlAttribute.cs
- WorkflowInlining.cs
- DesignTimeResourceProviderFactoryAttribute.cs
- RowsCopiedEventArgs.cs
- MSAAEventDispatcher.cs
- ArrayConverter.cs
- DetailsViewModeEventArgs.cs
- HttpServerVarsCollection.cs
- CorrelationManager.cs
- HttpConfigurationSystem.cs
- DateTimeOffsetAdapter.cs
- Module.cs
- TableItemPatternIdentifiers.cs
- SettingsSection.cs
- HttpServerProtocol.cs
- DataSourceGroupCollection.cs
- Matrix.cs
- SchemaMapping.cs