Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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.
//
//-----------------------------------------------------------------------------
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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- KeyTime.cs
- ActiveXHelper.cs
- DataGridViewRowContextMenuStripNeededEventArgs.cs
- ClientSettingsStore.cs
- UIElementParagraph.cs
- DatagridviewDisplayedBandsData.cs
- VirtualizingPanel.cs
- ExpressionReplacer.cs
- FullTrustAssembly.cs
- ReversePositionQuery.cs
- SchemaElementDecl.cs
- Utility.cs
- SqlDataSourceWizardForm.cs
- DesignTimeParseData.cs
- CodeExpressionCollection.cs
- TextServicesProperty.cs
- ToolStripContainer.cs
- MappingItemCollection.cs
- MemberInfoSerializationHolder.cs
- TextViewBase.cs
- ClrProviderManifest.cs
- ComAwareEventInfo.cs
- LocalServiceSecuritySettings.cs
- MailDefinitionBodyFileNameEditor.cs
- LinkLabelLinkClickedEvent.cs
- CardSpaceShim.cs
- PngBitmapDecoder.cs
- ListSourceHelper.cs
- TcpSocketManager.cs
- ProtocolImporter.cs
- XmlSerializer.cs
- TypedReference.cs
- DataGridColumnFloatingHeader.cs
- GridLengthConverter.cs
- BamlTreeUpdater.cs
- WebZone.cs
- WorkerRequest.cs
- DataQuery.cs
- MsmqProcessProtocolHandler.cs
- RelationshipType.cs
- ProtocolsConfigurationHandler.cs
- DaylightTime.cs
- SqlBuffer.cs
- BindingSource.cs
- AnimationLayer.cs
- SqlTopReducer.cs
- SafeRightsManagementSessionHandle.cs
- Shared.cs
- RowType.cs
- AttributeUsageAttribute.cs
- PathFigureCollectionValueSerializer.cs
- XmlAttribute.cs
- WindowPattern.cs
- messageonlyhwndwrapper.cs
- AudioFormatConverter.cs
- HTMLTextWriter.cs
- IncrementalHitTester.cs
- TraceHwndHost.cs
- SqlIdentifier.cs
- BuildResultCache.cs
- SystemException.cs
- TopClause.cs
- NullableConverter.cs
- WindowsSidIdentity.cs
- ListControlConvertEventArgs.cs
- counter.cs
- HttpModuleCollection.cs
- XmlUtil.cs
- RequestCachePolicy.cs
- ChannelServices.cs
- DPTypeDescriptorContext.cs
- Configuration.cs
- MdiWindowListItemConverter.cs
- MulticastIPAddressInformationCollection.cs
- ZipIOLocalFileBlock.cs
- Pool.cs
- GridViewSelectEventArgs.cs
- ToolboxSnapDragDropEventArgs.cs
- TransformerInfoCollection.cs
- GetResponse.cs
- ExceptionHelpers.cs
- NumericPagerField.cs
- Brush.cs
- HealthMonitoringSection.cs
- DrawTreeNodeEventArgs.cs
- EditorServiceContext.cs
- InternalDuplexChannelFactory.cs
- ExtentCqlBlock.cs
- StubHelpers.cs
- CqlWriter.cs
- EntryPointNotFoundException.cs
- ChangeTracker.cs
- ToolStripStatusLabel.cs
- DataView.cs
- EntitySetBaseCollection.cs
- ExceptionHandlers.cs
- FlowLayoutPanel.cs
- ResourceManager.cs
- FontWeightConverter.cs
- ChannelFactory.cs