Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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. // //----------------------------------------------------------------------------- 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PartialClassGenerationTask.cs
- Pair.cs
- StylusPointDescription.cs
- Mouse.cs
- CodeAssignStatement.cs
- RegistrationServices.cs
- IgnoreFileBuildProvider.cs
- GZipDecoder.cs
- UnsafeNativeMethods.cs
- RoutingConfiguration.cs
- ResourcesBuildProvider.cs
- BulletChrome.cs
- DbConnectionFactory.cs
- ApplicationSecurityManager.cs
- BypassElement.cs
- EntityConnection.cs
- EditingContext.cs
- EncoderExceptionFallback.cs
- EnumBuilder.cs
- StateFinalizationActivity.cs
- XmlSchemaAppInfo.cs
- Camera.cs
- LicFileLicenseProvider.cs
- CompilerGlobalScopeAttribute.cs
- XmlSerializerFactory.cs
- Identity.cs
- TcpHostedTransportConfiguration.cs
- DynamicValueConverter.cs
- ChameleonKey.cs
- DispatcherTimer.cs
- WsdlBuildProvider.cs
- BaseTemplateParser.cs
- FirewallWrapper.cs
- LambdaCompiler.cs
- CodeExporter.cs
- SerializeAbsoluteContext.cs
- URI.cs
- DataSourceExpression.cs
- WindowsFormsLinkLabel.cs
- Enum.cs
- InterleavedZipPartStream.cs
- CheckBox.cs
- serverconfig.cs
- VariableReference.cs
- SchemaElementDecl.cs
- ScopelessEnumAttribute.cs
- BaseTemplateBuildProvider.cs
- AvTrace.cs
- ThaiBuddhistCalendar.cs
- TextStore.cs
- DrawItemEvent.cs
- SubpageParagraph.cs
- Enum.cs
- MessageHeaderDescriptionCollection.cs
- ProgressBarRenderer.cs
- GrammarBuilderRuleRef.cs
- WebExceptionStatus.cs
- SendReply.cs
- ProbeMatchesMessage11.cs
- BaseCodeDomTreeGenerator.cs
- PeerResolverBindingElement.cs
- StackSpiller.cs
- IConvertible.cs
- Literal.cs
- LineInfo.cs
- FormViewInsertedEventArgs.cs
- UpdateException.cs
- SimpleWebHandlerParser.cs
- Subset.cs
- BitmapCodecInfoInternal.cs
- Rotation3D.cs
- PropertyChangeTracker.cs
- Converter.cs
- ListView.cs
- Font.cs
- RegexRunner.cs
- SelectionWordBreaker.cs
- ParsedAttributeCollection.cs
- ChangePassword.cs
- SettingsProperty.cs
- LicenseManager.cs
- UInt64.cs
- PageSetupDialog.cs
- EventListenerClientSide.cs
- VectorKeyFrameCollection.cs
- RegexGroup.cs
- RenderContext.cs
- DnsEndpointIdentity.cs
- XmlSchemaSimpleTypeUnion.cs
- HTTPNotFoundHandler.cs
- MembershipSection.cs
- ByeMessageCD1.cs
- BaseWebProxyFinder.cs
- UserPreferenceChangingEventArgs.cs
- PasswordTextContainer.cs
- InputLanguageSource.cs
- documentsequencetextpointer.cs
- JpegBitmapDecoder.cs
- SchemaNames.cs
- ConfigsHelper.cs