Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Extensions / UI / WebControls / ListViewContainer.cs / 1305376 / ListViewContainer.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- using System; using System.ComponentModel; using System.Diagnostics.CodeAnalysis; using System.Web.UI; namespace System.Web.UI.WebControls { internal class ListViewContainer : Control, INamingContainer { [SuppressMessage("Microsoft.Security", "CA2109:ReviewVisibleEventHandlers", MessageId = "1#")] protected override bool OnBubbleEvent(object source, EventArgs e) { if (e is ListViewCommandEventArgs) { RaiseBubbleEvent(source, e); return true; } if (e is CommandEventArgs) { // todo: should we bubble events from non-item containers? ListViewCommandEventArgs args = new ListViewCommandEventArgs(null, 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
- ObjectMemberMapping.cs
- CompareValidator.cs
- ToolStripDropDownClosedEventArgs.cs
- RequestCacheManager.cs
- ResourceAttributes.cs
- XmlSchemaGroup.cs
- TdsParserHelperClasses.cs
- XmlSchemaSimpleContent.cs
- ControlParser.cs
- SocketInformation.cs
- SQLInt32Storage.cs
- TcpClientChannel.cs
- SerializationSectionGroup.cs
- XsdDataContractImporter.cs
- HttpCookiesSection.cs
- SchemeSettingElement.cs
- ProxyAttribute.cs
- CodeAttributeDeclaration.cs
- DesignParameter.cs
- WindowsRichEditRange.cs
- WebConfigurationHostFileChange.cs
- TaskFileService.cs
- ProcessHostFactoryHelper.cs
- XmlComment.cs
- SortAction.cs
- DockProviderWrapper.cs
- RegexRunnerFactory.cs
- DataRecordInternal.cs
- LinearGradientBrush.cs
- MDIControlStrip.cs
- SystemIPv4InterfaceProperties.cs
- TagPrefixAttribute.cs
- AccessViolationException.cs
- MsmqInputSessionChannelListener.cs
- StreamWithDictionary.cs
- DetailsViewPageEventArgs.cs
- WebConfigurationFileMap.cs
- FixedDocumentPaginator.cs
- OracleParameterBinding.cs
- UniqueEventHelper.cs
- Graphics.cs
- DataGridColumnHeaderItemAutomationPeer.cs
- Registry.cs
- Column.cs
- XamlInt32CollectionSerializer.cs
- PartialArray.cs
- RelationshipManager.cs
- SqlCharStream.cs
- GeneralTransform3D.cs
- RandomDelayQueuedSendsAsyncResult.cs
- StaticTextPointer.cs
- ResourceExpressionBuilder.cs
- BinaryCommonClasses.cs
- BamlRecords.cs
- ListMarkerSourceInfo.cs
- ButtonChrome.cs
- ApplicationException.cs
- PeerPresenceInfo.cs
- AddingNewEventArgs.cs
- DirectoryNotFoundException.cs
- DataGridHeaderBorder.cs
- PointLight.cs
- SingleStorage.cs
- GroupQuery.cs
- MenuItemCollection.cs
- BooleanConverter.cs
- JsonFormatReaderGenerator.cs
- _NestedMultipleAsyncResult.cs
- PriorityBinding.cs
- SafeBuffer.cs
- XpsPartBase.cs
- PseudoWebRequest.cs
- ConfigurationStrings.cs
- ParserOptions.cs
- TraceFilter.cs
- NativeWindow.cs
- Point4D.cs
- CodeArgumentReferenceExpression.cs
- GZipDecoder.cs
- Button.cs
- WsdlInspector.cs
- LocalizedNameDescriptionPair.cs
- SafeHGlobalHandleCritical.cs
- AnonymousIdentificationSection.cs
- DateTimeParse.cs
- VarInfo.cs
- UpdateCommand.cs
- ScrollProviderWrapper.cs
- SecureEnvironment.cs
- KeyTime.cs
- CodeAccessPermission.cs
- BamlLocalizableResource.cs
- Propagator.JoinPropagator.cs
- DataGridViewRowHeaderCell.cs
- RepeaterItem.cs
- SurrogateEncoder.cs
- TypeCodeDomSerializer.cs
- LinkedList.cs
- PropertyGridEditorPart.cs
- LocatorManager.cs