Code:
/ FXUpdate3074 / FXUpdate3074 / 1.1 / DEVDIV / depot / DevDiv / releases / whidbey / QFE / ndp / fx / src / xsp / System / Web / UI / TraceContextEventArgs.cs / 1 / TraceContextEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web {
using System.Collections;
using System.Security.Permissions;
///
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
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.
// Copyright (c) Microsoft Corporation. All rights reserved.
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Web {
using System.Collections;
using System.Security.Permissions;
///
///
[AspNetHostingPermission(SecurityAction.LinkDemand, Level=AspNetHostingPermissionLevel.Minimal)]
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.
// Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- InheritanceContextChangedEventManager.cs
- NetworkInformationException.cs
- SchemaTypeEmitter.cs
- XmlSerializer.cs
- FrameworkReadOnlyPropertyMetadata.cs
- Bold.cs
- FixedPage.cs
- GroupByExpressionRewriter.cs
- OptimisticConcurrencyException.cs
- XmlSchemaAnnotated.cs
- MarshalByRefObject.cs
- SiblingIterators.cs
- PrtTicket_Public_Simple.cs
- RegexCompilationInfo.cs
- querybuilder.cs
- PropertiesTab.cs
- ListInitExpression.cs
- SiteIdentityPermission.cs
- TraceSource.cs
- MessagePartSpecification.cs
- DataObjectFieldAttribute.cs
- Rotation3D.cs
- DatagridviewDisplayedBandsData.cs
- TargetException.cs
- FixedHyperLink.cs
- ChtmlCalendarAdapter.cs
- ThicknessAnimationUsingKeyFrames.cs
- DataControlPagerLinkButton.cs
- CustomErrorCollection.cs
- MetafileHeaderWmf.cs
- Events.cs
- JsonClassDataContract.cs
- WebPartExportVerb.cs
- SQLInt64Storage.cs
- GeometryCollection.cs
- ManipulationDevice.cs
- _AcceptOverlappedAsyncResult.cs
- CounterSampleCalculator.cs
- EncryptedXml.cs
- SqlCachedBuffer.cs
- ListenerUnsafeNativeMethods.cs
- SystemIPInterfaceStatistics.cs
- XmlMapping.cs
- MenuItemStyle.cs
- HttpResponseHeader.cs
- VirtualDirectoryMappingCollection.cs
- View.cs
- TrackBar.cs
- EasingFunctionBase.cs
- Polygon.cs
- ValidatorCompatibilityHelper.cs
- ThreadStartException.cs
- TextLineBreak.cs
- CompositeDataBoundControl.cs
- FormViewInsertedEventArgs.cs
- SecurityKeyIdentifierClause.cs
- UpdatePanelTriggerCollection.cs
- CardSpacePolicyElement.cs
- SafeNativeMethods.cs
- TraceContextRecord.cs
- MessageEnumerator.cs
- WindowsSolidBrush.cs
- InstanceDescriptor.cs
- SizeConverter.cs
- Symbol.cs
- PrintControllerWithStatusDialog.cs
- EndEvent.cs
- BamlResourceDeserializer.cs
- SurrogateSelector.cs
- EventData.cs
- XmlFormatReaderGenerator.cs
- IPAddress.cs
- SpeakInfo.cs
- InputLanguageProfileNotifySink.cs
- WindowsStreamSecurityUpgradeProvider.cs
- AsyncPostBackTrigger.cs
- GroupBoxAutomationPeer.cs
- PeerNearMe.cs
- RenderContext.cs
- TransformConverter.cs
- FontConverter.cs
- CachedFontFamily.cs
- Transform3DCollection.cs
- ParameterModifier.cs
- Bits.cs
- assemblycache.cs
- WindowsAuthenticationEventArgs.cs
- NonClientArea.cs
- BoundColumn.cs
- BamlLocalizableResourceKey.cs
- DefaultCompensation.cs
- LinkTarget.cs
- HttpStreamMessage.cs
- Pkcs7Recipient.cs
- SystemTcpConnection.cs
- MessageQueuePermissionEntryCollection.cs
- RequestValidator.cs
- RC2CryptoServiceProvider.cs
- DrawingBrush.cs
- CanExecuteRoutedEventArgs.cs