Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / Services / Monitoring / system / Diagnosticts / EntryWrittenEventArgs.cs / 1 / EntryWrittenEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Diagnostics { using System.Diagnostics; using System; using System.ComponentModel; ////// public class EntryWrittenEventArgs : EventArgs { private EventLogEntry entry; ////// Provides data for the ///event. /// /// public EntryWrittenEventArgs() { } ////// The default constructor, which /// initializes a new instance of the ///class without /// specifying a value for . /// /// /// public EntryWrittenEventArgs(EventLogEntry entry) { this.entry = entry; } ////// Initializes a new instance of the ///class with the /// specified event log entry. /// /// public EventLogEntry Entry { get { return this.entry; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Represents /// an event log entry. /// /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Diagnostics { using System.Diagnostics; using System; using System.ComponentModel; ////// public class EntryWrittenEventArgs : EventArgs { private EventLogEntry entry; ////// Provides data for the ///event. /// /// public EntryWrittenEventArgs() { } ////// The default constructor, which /// initializes a new instance of the ///class without /// specifying a value for . /// /// /// public EntryWrittenEventArgs(EventLogEntry entry) { this.entry = entry; } ////// Initializes a new instance of the ///class with the /// specified event log entry. /// /// public EventLogEntry Entry { get { return this.entry; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Represents /// an event log entry. /// /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BindStream.cs
- ClientEventManager.cs
- FontSourceCollection.cs
- ContextStaticAttribute.cs
- EastAsianLunisolarCalendar.cs
- OracleFactory.cs
- StorageBasedPackageProperties.cs
- SqlParameterCollection.cs
- XmlTypeMapping.cs
- SqlRewriteScalarSubqueries.cs
- DecimalStorage.cs
- OrderedDictionaryStateHelper.cs
- ScrollPattern.cs
- BaseCodeDomTreeGenerator.cs
- TextBoxDesigner.cs
- XamlSerializer.cs
- DNS.cs
- PropertiesTab.cs
- WebPartChrome.cs
- TextRange.cs
- InstalledFontCollection.cs
- ReadWriteSpinLock.cs
- MemoryRecordBuffer.cs
- StylusPlugInCollection.cs
- _LocalDataStore.cs
- DataServiceConfiguration.cs
- InstanceDataCollection.cs
- Grant.cs
- RewritingProcessor.cs
- ResourceManager.cs
- FontWeightConverter.cs
- TreeViewImageIndexConverter.cs
- DataBoundControlHelper.cs
- XmlSchemaCompilationSettings.cs
- contentDescriptor.cs
- SoapSchemaMember.cs
- Publisher.cs
- RenderContext.cs
- newinstructionaction.cs
- TransformCryptoHandle.cs
- DebugView.cs
- WindowProviderWrapper.cs
- DataSourceView.cs
- LineGeometry.cs
- FusionWrap.cs
- BindStream.cs
- DataRecordInternal.cs
- HwndProxyElementProvider.cs
- DataGridCommandEventArgs.cs
- StorageTypeMapping.cs
- XmlSchemaComplexContent.cs
- ByValueEqualityComparer.cs
- ImportContext.cs
- BinaryObjectWriter.cs
- MultiAsyncResult.cs
- LinearGradientBrush.cs
- Bits.cs
- SoapMessage.cs
- HttpHandlerActionCollection.cs
- StringFunctions.cs
- DetailsView.cs
- ValueConversionAttribute.cs
- XPathException.cs
- UserControl.cs
- SlipBehavior.cs
- MetadataArtifactLoaderCompositeFile.cs
- WebPartAddingEventArgs.cs
- InternalConfigEventArgs.cs
- SpellCheck.cs
- MenuItemStyle.cs
- SequenceDesignerAccessibleObject.cs
- Lock.cs
- ProfileEventArgs.cs
- VScrollBar.cs
- DataGridViewCellStyle.cs
- ListItemsCollectionEditor.cs
- TraceContextRecord.cs
- CultureMapper.cs
- ExecutedRoutedEventArgs.cs
- UrlRoutingHandler.cs
- GridViewRow.cs
- IChannel.cs
- CollectionDataContractAttribute.cs
- HatchBrush.cs
- SiteMapPath.cs
- XmlAttributeProperties.cs
- IIS7WorkerRequest.cs
- DateTimeOffset.cs
- ObjectHandle.cs
- RemoteAsymmetricSignatureFormatter.cs
- ConnectionConsumerAttribute.cs
- FormViewUpdateEventArgs.cs
- IPEndPointCollection.cs
- FormatterConverter.cs
- CodeDomDecompiler.cs
- SecurityTokenProvider.cs
- PreloadHost.cs
- WebPartHeaderCloseVerb.cs
- Line.cs
- TextEndOfLine.cs