Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / ndp / fx / src / xsp / System / Web / UI / WebControls / FormViewRow.cs / 1 / FormViewRow.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 FormViewRow : TableRow { private int _itemIndex; private DataControlRowType _rowType; private DataControlRowState _rowState; ///Represents an individual row in the ///. /// public FormViewRow(int itemIndex, DataControlRowType rowType, DataControlRowState rowState) { this._itemIndex = itemIndex; this._rowType = rowType; this._rowState = rowState; } ///Initializes a new instance of the ///class. /// public virtual int ItemIndex { get { return _itemIndex; } } ///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) { FormViewCommandEventArgs args = new FormViewCommandEventArgs(source, (CommandEventArgs)e); RaiseBubbleEvent(this, args); return true; } return false; } } }
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Part.cs
- MetadataUtilsSmi.cs
- ListViewItem.cs
- UpdatePanelTriggerCollection.cs
- ExtendedPropertyCollection.cs
- AnimationException.cs
- PreparingEnlistment.cs
- DataStorage.cs
- Match.cs
- AppSettingsExpressionBuilder.cs
- MatrixConverter.cs
- SecurityChannelFaultConverter.cs
- IndexedString.cs
- RuntimeCompatibilityAttribute.cs
- MediaTimeline.cs
- UpdateManifestForBrowserApplication.cs
- InstanceKey.cs
- ImageSourceConverter.cs
- SafeIUnknown.cs
- FormsAuthenticationUserCollection.cs
- ProcessProtocolHandler.cs
- ConfigurationStrings.cs
- Command.cs
- MailHeaderInfo.cs
- SizeChangedInfo.cs
- TextDecorationCollection.cs
- Selection.cs
- GeneralTransform2DTo3D.cs
- CfgParser.cs
- VerificationAttribute.cs
- TypedTableBaseExtensions.cs
- ExportFileRequest.cs
- CodeMemberEvent.cs
- SHA512Managed.cs
- ParallelTimeline.cs
- BmpBitmapDecoder.cs
- VerbConverter.cs
- keycontainerpermission.cs
- StyleSheetDesigner.cs
- SerializationStore.cs
- MetadataCollection.cs
- MemberRestriction.cs
- ObjectComplexPropertyMapping.cs
- PositiveTimeSpanValidatorAttribute.cs
- HelloMessageCD1.cs
- CancelEventArgs.cs
- PeerUnsafeNativeCryptMethods.cs
- StylusPoint.cs
- TimelineGroup.cs
- InputProcessorProfiles.cs
- DetailsViewRowCollection.cs
- Comparer.cs
- OperatingSystem.cs
- ContentType.cs
- HttpProfileBase.cs
- SessionEndedEventArgs.cs
- ScriptResourceAttribute.cs
- RuntimeConfig.cs
- SqlIdentifier.cs
- BuildResult.cs
- DiscoveryEndpoint.cs
- IRCollection.cs
- ComponentDispatcherThread.cs
- DirtyTextRange.cs
- SchemaContext.cs
- WebPartCancelEventArgs.cs
- Metadata.cs
- DataColumn.cs
- ActivityTypeDesigner.xaml.cs
- ValidationSummary.cs
- PolicyValidationException.cs
- ResponseStream.cs
- RadioButton.cs
- InputBinding.cs
- _SSPIWrapper.cs
- BuildResultCache.cs
- SQLBinaryStorage.cs
- InputLanguageSource.cs
- TypefaceMetricsCache.cs
- Avt.cs
- OpenTypeLayout.cs
- DesignerOptions.cs
- FacetValues.cs
- ViewService.cs
- Switch.cs
- OdbcUtils.cs
- BufferedGraphicsManager.cs
- PeerObject.cs
- DesignerActionGlyph.cs
- GenericXmlSecurityToken.cs
- ResourceAttributes.cs
- SiteMapSection.cs
- Int32RectConverter.cs
- DataGridViewColumnHeaderCell.cs
- WindowClosedEventArgs.cs
- MultipartContentParser.cs
- TriggerAction.cs
- _TransmitFileOverlappedAsyncResult.cs
- HTTPNotFoundHandler.cs
- FieldNameLookup.cs