Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / untmp / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / WebControls / DetailsViewRow.cs / 1 / DetailsViewRow.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web.UI.WebControls { using System; using System.ComponentModel; using System.Security.Permissions; ////// [AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] 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. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- EllipticalNodeOperations.cs
- CheckBoxBaseAdapter.cs
- DynamicPropertyReader.cs
- AutoResetEvent.cs
- WpfWebRequestHelper.cs
- RTTypeWrapper.cs
- KnownTypesHelper.cs
- ImageDrawing.cs
- ResourceAssociationSet.cs
- TerminatorSinks.cs
- DetailsViewRowCollection.cs
- CodeCommentStatementCollection.cs
- ScrollItemPatternIdentifiers.cs
- EncodingNLS.cs
- ExtensionDataObject.cs
- ChildrenQuery.cs
- SchemaContext.cs
- Automation.cs
- ListControl.cs
- DataGridPagerStyle.cs
- Drawing.cs
- HtmlInputPassword.cs
- DbConnectionPoolGroupProviderInfo.cs
- DataGridViewColumnTypeEditor.cs
- StringStorage.cs
- CaseInsensitiveComparer.cs
- EntityCommandExecutionException.cs
- MD5.cs
- KeyboardEventArgs.cs
- XmlIgnoreAttribute.cs
- HostSecurityManager.cs
- wgx_exports.cs
- Executor.cs
- TabControl.cs
- SliderAutomationPeer.cs
- VideoDrawing.cs
- NativeCompoundFileAPIs.cs
- UpDownBase.cs
- SoapSchemaImporter.cs
- SQLGuid.cs
- EdmTypeAttribute.cs
- SQLGuidStorage.cs
- ResumeStoryboard.cs
- OdbcStatementHandle.cs
- InstanceDataCollection.cs
- CompilerCollection.cs
- QueryRewriter.cs
- SqlXmlStorage.cs
- TemplateBuilder.cs
- DbgCompiler.cs
- AliasGenerator.cs
- DriveInfo.cs
- LocalizationParserHooks.cs
- SafeSecurityHelper.cs
- OdbcHandle.cs
- XmlSchemaExternal.cs
- DefaultShape.cs
- Form.cs
- VirtualDirectoryMapping.cs
- ConsumerConnectionPointCollection.cs
- Line.cs
- IisTraceWebEventProvider.cs
- WebPartEditorApplyVerb.cs
- ConditionalAttribute.cs
- TextClipboardData.cs
- DefaultValueAttribute.cs
- COM2Properties.cs
- ClockGroup.cs
- RecipientServiceModelSecurityTokenRequirement.cs
- SynchronizedInputPattern.cs
- EntityViewGenerator.cs
- AuthenticationSection.cs
- MultipleViewProviderWrapper.cs
- ToolboxItemLoader.cs
- _ConnectOverlappedAsyncResult.cs
- Helpers.cs
- GiveFeedbackEventArgs.cs
- TypeLibConverter.cs
- ImageButton.cs
- WebBrowserSiteBase.cs
- SweepDirectionValidation.cs
- FixedPageStructure.cs
- WebReferencesBuildProvider.cs
- Annotation.cs
- AssemblyAttributes.cs
- URI.cs
- ProtocolInformationReader.cs
- HtmlGenericControl.cs
- RelAssertionDirectKeyIdentifierClause.cs
- IList.cs
- XmlNullResolver.cs
- ToolboxItemImageConverter.cs
- ClientScriptManager.cs
- CursorConverter.cs
- WizardPanelChangingEventArgs.cs
- ControlSerializer.cs
- MemberInitExpression.cs
- EmbeddedMailObject.cs
- Win32PrintDialog.cs
- SQLResource.cs