Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / ndp / fx / src / xsp / System / Web / Extensions / ui / webcontrols / ListViewContainer.cs / 1 / 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. //------------------------------------------------------------------------------ //// 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
- FillErrorEventArgs.cs
- IdnElement.cs
- ElementFactory.cs
- EntityContainerEmitter.cs
- XslTransformFileEditor.cs
- SoapTypeAttribute.cs
- Vector3dCollection.cs
- StoreItemCollection.Loader.cs
- FileRecordSequence.cs
- CacheVirtualItemsEvent.cs
- InstanceDescriptor.cs
- PeerObject.cs
- MissingManifestResourceException.cs
- TreeIterators.cs
- RenderOptions.cs
- OperationResponse.cs
- XmlILStorageConverter.cs
- ServiceChannelProxy.cs
- BooleanAnimationBase.cs
- SpecialNameAttribute.cs
- WinFormsSpinner.cs
- XmlTextReaderImpl.cs
- StringPropertyBuilder.cs
- GridViewUpdateEventArgs.cs
- XmlUTF8TextWriter.cs
- DbMetaDataCollectionNames.cs
- OleDbConnectionInternal.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- ClonableStack.cs
- ReadOnlyTernaryTree.cs
- DeleteMemberBinder.cs
- WrappedIUnknown.cs
- DataBoundControl.cs
- UpdateExpressionVisitor.cs
- FileIOPermission.cs
- __TransparentProxy.cs
- MetadataFile.cs
- TraceXPathNavigator.cs
- TraceHandler.cs
- DataPagerFieldCollection.cs
- _TransmitFileOverlappedAsyncResult.cs
- ProgressBar.cs
- RulePatternOps.cs
- MenuTracker.cs
- TdsParserStaticMethods.cs
- UnsafeNativeMethods.cs
- Metafile.cs
- XmlSchemaProviderAttribute.cs
- Transform.cs
- regiisutil.cs
- Cast.cs
- CheckBoxPopupAdapter.cs
- TextPointer.cs
- TrackingRecordPreFilter.cs
- TabItemWrapperAutomationPeer.cs
- AsyncPostBackTrigger.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- RegexGroup.cs
- FieldMetadata.cs
- AuthStoreRoleProvider.cs
- ControlBuilder.cs
- ImageBrush.cs
- TextEditor.cs
- ToolZoneDesigner.cs
- ScriptIgnoreAttribute.cs
- TraceContext.cs
- NumericUpDownAccelerationCollection.cs
- DesignerGeometryHelper.cs
- PageCatalogPart.cs
- WebException.cs
- ImageMapEventArgs.cs
- TableChangeProcessor.cs
- Pair.cs
- DivideByZeroException.cs
- CompoundFileReference.cs
- ValidationEventArgs.cs
- SelectionHighlightInfo.cs
- WebSysDefaultValueAttribute.cs
- FamilyMapCollection.cs
- TerminatorSinks.cs
- ContextConfiguration.cs
- ListItem.cs
- DataSpaceManager.cs
- TextOnlyOutput.cs
- NodeLabelEditEvent.cs
- DataRowChangeEvent.cs
- InputBinder.cs
- ListControlActionList.cs
- TimeStampChecker.cs
- TextTreePropertyUndoUnit.cs
- DataGridViewImageCell.cs
- CharAnimationBase.cs
- InputProcessorProfiles.cs
- QuaternionAnimationBase.cs
- SignatureDescription.cs
- PersianCalendar.cs
- RenderingEventArgs.cs
- VBIdentifierNameEditor.cs
- httpapplicationstate.cs
- InputLanguageEventArgs.cs