Code:
/ DotNET / DotNET / 8.0 / untmp / Orcas / RTM / ndp / fx / src / xsp / System / Web / Extensions / ui / webcontrols / ListViewItem.cs / 1 / ListViewItem.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.Collections; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Web; using System.Web.UI; namespace System.Web.UI.WebControls { [AspNetHostingPermission(System.Security.Permissions.SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)] [AspNetHostingPermission(System.Security.Permissions.SecurityAction.InheritanceDemand, Level=AspNetHostingPermissionLevel.Minimal)] [ ToolboxItem(false) ] public class ListViewItem : Control, INamingContainer { private ListViewItemType _itemType; public ListViewItem(ListViewItemType itemType) { _itemType = itemType; } public ListViewItemType ItemType { get { return _itemType; } } [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", MessageId = "1#")] protected override bool OnBubbleEvent(object source, EventArgs e) { if (e is CommandEventArgs) { ListViewCommandEventArgs args = new ListViewCommandEventArgs(this, 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
- SpinWait.cs
- RangeValuePatternIdentifiers.cs
- DataSourceCache.cs
- DriveInfo.cs
- MediaSystem.cs
- Int32Rect.cs
- ProofTokenCryptoHandle.cs
- ProfileGroupSettingsCollection.cs
- RowBinding.cs
- EdmProviderManifest.cs
- SpellerHighlightLayer.cs
- sitestring.cs
- WindowsBrush.cs
- LocationReference.cs
- SmiMetaData.cs
- AssemblyCache.cs
- ListSortDescriptionCollection.cs
- ZipIOEndOfCentralDirectoryBlock.cs
- AutomationEvent.cs
- Permission.cs
- ListBindingConverter.cs
- ConfigurationSchemaErrors.cs
- PointAnimationUsingKeyFrames.cs
- ChtmlPhoneCallAdapter.cs
- ObjectFullSpanRewriter.cs
- ComPersistableTypeElement.cs
- LateBoundChannelParameterCollection.cs
- PrivateUnsafeNativeCompoundFileMethods.cs
- XPathParser.cs
- InvalidCastException.cs
- XmlEncodedRawTextWriter.cs
- ExclusiveCanonicalizationTransform.cs
- ListViewTableRow.cs
- XmlIlTypeHelper.cs
- TableLayoutPanel.cs
- ExecutionContext.cs
- dtdvalidator.cs
- ClientFormsAuthenticationMembershipProvider.cs
- TypeToArgumentTypeConverter.cs
- Number.cs
- SqlBuffer.cs
- RepeatButtonAutomationPeer.cs
- ClearTypeHintValidation.cs
- InfoCardArgumentException.cs
- SafeArrayRankMismatchException.cs
- DelegateTypeInfo.cs
- RangeBaseAutomationPeer.cs
- SoapSchemaImporter.cs
- ColorTransform.cs
- OverloadGroupAttribute.cs
- Process.cs
- ArgumentException.cs
- WebScriptMetadataMessage.cs
- TextFormatterImp.cs
- WpfSharedXamlSchemaContext.cs
- ListBoxAutomationPeer.cs
- MobileErrorInfo.cs
- Tool.cs
- TemplateNameScope.cs
- ScriptReferenceBase.cs
- StaticSiteMapProvider.cs
- SymLanguageType.cs
- CellNormalizer.cs
- RayMeshGeometry3DHitTestResult.cs
- CodeTypeOfExpression.cs
- CompleteWizardStep.cs
- ObjectKeyFrameCollection.cs
- WebPartDisplayModeCollection.cs
- SharedConnectionInfo.cs
- X509AudioLogo.cs
- SafeEventHandle.cs
- XPathParser.cs
- Mappings.cs
- FormViewPagerRow.cs
- XLinq.cs
- Stream.cs
- securitycriticaldata.cs
- XmlUtf8RawTextWriter.cs
- ControlBuilderAttribute.cs
- CustomValidator.cs
- Rotation3DAnimationBase.cs
- PerformanceCounters.cs
- SiteMapSection.cs
- EventRoute.cs
- ControlUtil.cs
- Solver.cs
- IssuedTokenClientElement.cs
- ListMarkerLine.cs
- ReflectionTypeLoadException.cs
- DragCompletedEventArgs.cs
- ConnectionManagementSection.cs
- TrackingQueryElement.cs
- EventManager.cs
- ChannelSinkStacks.cs
- PolyBezierSegment.cs
- basecomparevalidator.cs
- FixedSOMLineCollection.cs
- WebPartDisplayModeEventArgs.cs
- CssStyleCollection.cs
- RelatedView.cs