Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / Services / Monitoring / system / Diagnosticts / EntryWrittenEventArgs.cs / 1305376 / EntryWrittenEventArgs.cs
//------------------------------------------------------------------------------
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//-----------------------------------------------------------------------------
namespace System.Diagnostics {
using System.Diagnostics;
using System;
using System.ComponentModel;
///
///
/// Provides data for the event.
///
///
public class EntryWrittenEventArgs : EventArgs {
private EventLogEntry entry;
///
///
/// The default constructor, which
/// initializes a new instance of the class without
/// specifying a value for .
///
///
///
public EntryWrittenEventArgs() {
}
///
///
/// Initializes a new instance of the class with the
/// specified event log entry.
///
///
public EntryWrittenEventArgs(EventLogEntry entry) {
this.entry = entry;
}
///
///
/// Represents
/// an event log entry.
///
///
///
public EventLogEntry Entry {
get {
return this.entry;
}
}
}
}
// 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
- UInt64Storage.cs
- DataGridHeaderBorder.cs
- FileSystemInfo.cs
- ImageSource.cs
- Transform3D.cs
- URLString.cs
- DependencyPropertyConverter.cs
- AnnotationService.cs
- FilePresentation.cs
- XmlSchemaParticle.cs
- COM2EnumConverter.cs
- AppDomainAttributes.cs
- DataGridViewTextBoxCell.cs
- ResourceDefaultValueAttribute.cs
- HttpConfigurationSystem.cs
- ADMembershipProvider.cs
- Graph.cs
- SizeConverter.cs
- DSASignatureFormatter.cs
- InputLanguage.cs
- XmlSubtreeReader.cs
- WsdlHelpGeneratorElement.cs
- SafeSystemMetrics.cs
- RtType.cs
- SecureEnvironment.cs
- XmlDocumentType.cs
- XmlImplementation.cs
- MimeFormImporter.cs
- WebPartConnectionsEventArgs.cs
- DeferredReference.cs
- Signature.cs
- DelegatingTypeDescriptionProvider.cs
- Executor.cs
- EntityConnectionStringBuilder.cs
- CharEntityEncoderFallback.cs
- TypeViewSchema.cs
- baseshape.cs
- QueryOperationResponseOfT.cs
- OrderByBuilder.cs
- IImplicitResourceProvider.cs
- DbConnectionPoolCounters.cs
- DispatcherTimer.cs
- PeerNameRecord.cs
- UIElementAutomationPeer.cs
- ReflectionUtil.cs
- SignatureGenerator.cs
- WebPartEditorCancelVerb.cs
- ObjectCacheSettings.cs
- PublisherIdentityPermission.cs
- ValueTable.cs
- TextDecorationUnitValidation.cs
- SecurityRuntime.cs
- FlowDocumentReaderAutomationPeer.cs
- ListManagerBindingsCollection.cs
- IISMapPath.cs
- TreeNodeBinding.cs
- JavaScriptObjectDeserializer.cs
- DataListItemCollection.cs
- figurelengthconverter.cs
- BuiltInExpr.cs
- ParameterToken.cs
- TextDecorationUnitValidation.cs
- ListItemViewAttribute.cs
- XmlWrappingReader.cs
- PropertyPath.cs
- ConstructorArgumentAttribute.cs
- QilInvoke.cs
- WebPartEditorCancelVerb.cs
- LocationInfo.cs
- CommandLineParser.cs
- CodeAttributeDeclarationCollection.cs
- DayRenderEvent.cs
- TdsParserSessionPool.cs
- ListSourceHelper.cs
- LoadedOrUnloadedOperation.cs
- EventMappingSettings.cs
- httpserverutility.cs
- ObjectConverter.cs
- _BufferOffsetSize.cs
- MatrixAnimationUsingKeyFrames.cs
- HostedNamedPipeTransportManager.cs
- MouseOverProperty.cs
- DoubleAnimationBase.cs
- uribuilder.cs
- ViewLoader.cs
- TextPointer.cs
- EntityDataSource.cs
- CreateUserWizard.cs
- DesignerActionTextItem.cs
- LinkUtilities.cs
- RowUpdatingEventArgs.cs
- IndexExpression.cs
- MissingManifestResourceException.cs
- WindowsStatusBar.cs
- sqlcontext.cs
- SecurityTokenContainer.cs
- ProfilePropertyNameValidator.cs
- FormsAuthenticationModule.cs
- TextUtf8RawTextWriter.cs
- WebEvents.cs