Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / WebControls / DetailsViewRow.cs / 1305376 / DetailsViewRow.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; ////// public class DetailsViewRow : TableRow { private int _rowIndex; private DataControlRowType _rowType; private DataControlRowState _rowState; ///Represents an individual row in the ///. /// public DetailsViewRow(int rowIndex, DataControlRowType rowType, DataControlRowState rowState) { this._rowIndex = rowIndex; this._rowType = rowType; this._rowState = rowState; } ///Initializes a new instance of the ///class. /// public virtual int RowIndex { get { return _rowIndex; } } ///Indicates the index of the item in the ///. This property is /// read-only. /// public virtual DataControlRowState RowState { get { return _rowState; } } ///Indicates the type of the row in the ///. /// public virtual DataControlRowType RowType { get { return _rowType; } } ///Indicates the type of the row in the ///. /// /// protected override bool OnBubbleEvent(object source, EventArgs e) { if (e is CommandEventArgs) { DetailsViewCommandEventArgs args = new DetailsViewCommandEventArgs(source, (CommandEventArgs)e); RaiseBubbleEvent(this, args); return true; } return false; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RsaSecurityToken.cs
- RelationalExpressions.cs
- MethodRental.cs
- XmlSerializerVersionAttribute.cs
- MenuItemAutomationPeer.cs
- XamlClipboardData.cs
- EntityDataSourceContainerNameItem.cs
- ExpandableObjectConverter.cs
- SmtpReplyReader.cs
- NavigationHelper.cs
- PolygonHotSpot.cs
- TemplateBamlTreeBuilder.cs
- WorkflowServiceNamespace.cs
- RayHitTestParameters.cs
- ToolStripTextBox.cs
- NullableIntAverageAggregationOperator.cs
- ExpanderAutomationPeer.cs
- SimpleTypeResolver.cs
- XmlChildEnumerator.cs
- ToolStripSystemRenderer.cs
- ReadOnlyDataSource.cs
- ConfigurationStrings.cs
- SimpleBitVector32.cs
- EntityContainerEmitter.cs
- EntityStoreSchemaGenerator.cs
- VectorCollection.cs
- PaperSize.cs
- ListenUriMode.cs
- XmlAnyElementAttribute.cs
- LoginUtil.cs
- SqlPersistenceWorkflowInstanceDescription.cs
- NullReferenceException.cs
- StringValidator.cs
- ButtonStandardAdapter.cs
- CounterCreationDataCollection.cs
- Group.cs
- DecimalConverter.cs
- NullableDecimalSumAggregationOperator.cs
- EntityContainerEntitySet.cs
- ToolConsole.cs
- versioninfo.cs
- DefaultBinder.cs
- ResourceAssociationSet.cs
- Visual3D.cs
- EntityDataSourceDataSelectionPanel.cs
- EvidenceBase.cs
- PrimitiveDataContract.cs
- MobileControl.cs
- NotImplementedException.cs
- SocketPermission.cs
- XPathScanner.cs
- DbResourceAllocator.cs
- ObjectSet.cs
- LinkConverter.cs
- Property.cs
- EndpointAddressAugust2004.cs
- FixedTextView.cs
- TraceContextEventArgs.cs
- PropertyInfoSet.cs
- DefaultBinder.cs
- SqlConnectionHelper.cs
- ECDiffieHellmanCngPublicKey.cs
- StoragePropertyMapping.cs
- XmlNodeWriter.cs
- ArrayConverter.cs
- RestHandlerFactory.cs
- PictureBox.cs
- AlternateViewCollection.cs
- MLangCodePageEncoding.cs
- FilteredDataSetHelper.cs
- ThemeDirectoryCompiler.cs
- UnsafeNativeMethods.cs
- InputQueueChannelAcceptor.cs
- ObjectStorage.cs
- DataGridViewDesigner.cs
- ImageCodecInfoPrivate.cs
- ByteFacetDescriptionElement.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- WebPartVerbsEventArgs.cs
- XmlImplementation.cs
- GlyphingCache.cs
- MediaSystem.cs
- RenderData.cs
- SortQueryOperator.cs
- GacUtil.cs
- AnnotationResourceCollection.cs
- LinearQuaternionKeyFrame.cs
- Literal.cs
- GridLengthConverter.cs
- KeyProperty.cs
- PrintPreviewDialog.cs
- ListView.cs
- CalendarItem.cs
- EncryptedData.cs
- PropertyEmitter.cs
- SetMemberBinder.cs
- ReverseInheritProperty.cs
- ObfuscationAttribute.cs
- UDPClient.cs
- Calendar.cs