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
- _RegBlobWebProxyDataBuilder.cs
- ControlType.cs
- TdsEnums.cs
- filewebresponse.cs
- StopStoryboard.cs
- StorageTypeMapping.cs
- GlobalizationAssembly.cs
- MarkerProperties.cs
- DataBindingHandlerAttribute.cs
- SessionPageStatePersister.cs
- SByte.cs
- AsymmetricSecurityProtocolFactory.cs
- LowerCaseStringConverter.cs
- RoleManagerEventArgs.cs
- DelegateSerializationHolder.cs
- GridItemPattern.cs
- NativeObjectSecurity.cs
- InkCanvas.cs
- SerializationException.cs
- SplitContainer.cs
- Reference.cs
- ProxyFragment.cs
- ContainsRowNumberChecker.cs
- ModelPerspective.cs
- DeclaredTypeElement.cs
- Bitmap.cs
- CompositeCollection.cs
- RouteItem.cs
- translator.cs
- DocumentViewerBase.cs
- GradientSpreadMethodValidation.cs
- ControlCachePolicy.cs
- TreeNodeEventArgs.cs
- ExceptionHandler.cs
- WebPartCloseVerb.cs
- SelectionRange.cs
- ReferencedType.cs
- Parallel.cs
- Tool.cs
- SharedPersonalizationStateInfo.cs
- HtmlInputImage.cs
- DeferredReference.cs
- TreeView.cs
- DbParameterHelper.cs
- TCEAdapterGenerator.cs
- FontResourceCache.cs
- SqlProviderServices.cs
- ZipIOLocalFileHeader.cs
- IisTraceWebEventProvider.cs
- OrderedEnumerableRowCollection.cs
- MatrixKeyFrameCollection.cs
- XmlValidatingReader.cs
- TrackingMemoryStream.cs
- ReaderOutput.cs
- DetailsViewModeEventArgs.cs
- NonBatchDirectoryCompiler.cs
- DeclaredTypeElement.cs
- XsdBuilder.cs
- CapabilitiesUse.cs
- XmlSchemaElement.cs
- PinnedBufferMemoryStream.cs
- TypeLoader.cs
- EdmItemCollection.cs
- ListViewGroup.cs
- Pair.cs
- Camera.cs
- FormViewUpdatedEventArgs.cs
- SiteMapHierarchicalDataSourceView.cs
- SqlCharStream.cs
- XmlReaderSettings.cs
- Typography.cs
- WebControlParameterProxy.cs
- HttpStaticObjectsCollectionBase.cs
- BasicHttpBinding.cs
- XsdBuilder.cs
- SelectionWordBreaker.cs
- EdmMember.cs
- WmlTextViewAdapter.cs
- NamespaceListProperty.cs
- PrintingPermissionAttribute.cs
- ScrollEvent.cs
- ElapsedEventArgs.cs
- QueryRewriter.cs
- TextWriterTraceListener.cs
- _DomainName.cs
- InternalConfigHost.cs
- SqlDataSourceSelectingEventArgs.cs
- MappingSource.cs
- ClrProviderManifest.cs
- PartitionedDataSource.cs
- EventProviderWriter.cs
- Token.cs
- Win32MouseDevice.cs
- LayoutInformation.cs
- RIPEMD160.cs
- DataGridViewCellCancelEventArgs.cs
- MarkupWriter.cs
- X509SecurityTokenAuthenticator.cs
- COAUTHINFO.cs
- MetadataArtifactLoaderResource.cs