Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / xsp / System / Web / UI / TraceContextEventArgs.cs / 1305376 / TraceContextEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Web { using System.Collections; ////// public sealed class TraceContextEventArgs : EventArgs { private ICollection _records; public TraceContextEventArgs(ICollection records) { _records = records; } ////// Gets the trace records for this event /// public ICollection TraceRecords { get { return _records; } } } } // 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
- IntSecurity.cs
- InputLanguageEventArgs.cs
- Comparer.cs
- Typeface.cs
- SecurityTokenSerializer.cs
- WebPartConnectionsConfigureVerb.cs
- DocumentSequenceHighlightLayer.cs
- XmlSchemaGroupRef.cs
- GroupBox.cs
- HandlerBase.cs
- CanExecuteRoutedEventArgs.cs
- TypeForwardedToAttribute.cs
- TraceLog.cs
- CroppedBitmap.cs
- InputProcessorProfiles.cs
- UnauthorizedAccessException.cs
- _CookieModule.cs
- CaseInsensitiveComparer.cs
- BasePropertyDescriptor.cs
- XmlDocumentViewSchema.cs
- DBBindings.cs
- GroupLabel.cs
- NavigationService.cs
- NegatedConstant.cs
- ScrollItemPatternIdentifiers.cs
- DependencyPropertyValueSerializer.cs
- CallSiteOps.cs
- PopupEventArgs.cs
- BinaryObjectInfo.cs
- SourceChangedEventArgs.cs
- HttpGetClientProtocol.cs
- KeyboardDevice.cs
- XmlNamedNodeMap.cs
- PropertyPathWorker.cs
- AssociationType.cs
- AsyncInvokeOperation.cs
- BoundsDrawingContextWalker.cs
- XmlSequenceWriter.cs
- RuntimeIdentifierPropertyAttribute.cs
- IsolatedStorageException.cs
- ColorConverter.cs
- PagerSettings.cs
- ProfileProvider.cs
- DataGridViewRow.cs
- FacetValues.cs
- SqlGenericUtil.cs
- SymLanguageVendor.cs
- Simplifier.cs
- BaseParagraph.cs
- WebPartZoneCollection.cs
- DataServiceRequest.cs
- SqlProfileProvider.cs
- NamedObjectList.cs
- AutomationPropertyInfo.cs
- DropSource.cs
- UrlPath.cs
- SettingsPropertyCollection.cs
- DesignerActionPanel.cs
- Separator.cs
- RuntimeHelpers.cs
- FontStretches.cs
- ChannelServices.cs
- SqlTypeConverter.cs
- IndexerNameAttribute.cs
- DocumentNUp.cs
- HtmlTableCell.cs
- RadioButtonDesigner.cs
- xmlfixedPageInfo.cs
- errorpatternmatcher.cs
- StringFreezingAttribute.cs
- TrimSurroundingWhitespaceAttribute.cs
- FilteredSchemaElementLookUpTable.cs
- PersonalizationStateInfo.cs
- SystemTcpConnection.cs
- HttpContextServiceHost.cs
- RequestCache.cs
- ImageSourceConverter.cs
- DataGridTextBox.cs
- Expressions.cs
- XmlLanguageConverter.cs
- _CacheStreams.cs
- RuleRef.cs
- SafeHandle.cs
- StylusPlugInCollection.cs
- SchemaComplexType.cs
- ToolStripDropDownMenu.cs
- GatewayDefinition.cs
- DesignerSerializationVisibilityAttribute.cs
- WebPartHeaderCloseVerb.cs
- PropertyDescriptorGridEntry.cs
- SqlConnectionPoolProviderInfo.cs
- Crypto.cs
- ColorMatrix.cs
- coordinator.cs
- DescendantOverDescendantQuery.cs
- BypassElement.cs
- OdbcParameterCollection.cs
- IdnMapping.cs
- AudioSignalProblemOccurredEventArgs.cs
- CookieProtection.cs