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
- HttpApplication.cs
- AttributeProviderAttribute.cs
- ActivityDesignerLayoutSerializers.cs
- DataSpaceManager.cs
- TimersDescriptionAttribute.cs
- TimersDescriptionAttribute.cs
- ListViewEditEventArgs.cs
- TextViewSelectionProcessor.cs
- TriState.cs
- StateRuntime.cs
- BamlCollectionHolder.cs
- DefaultMemberAttribute.cs
- CultureTable.cs
- UniformGrid.cs
- DBSchemaTable.cs
- MessagePropertyVariants.cs
- CompatibleComparer.cs
- ConversionContext.cs
- InkSerializer.cs
- DictionaryBase.cs
- RuleRefElement.cs
- ColorKeyFrameCollection.cs
- ExpressionBuilderCollection.cs
- FlowDocument.cs
- InkCanvasFeedbackAdorner.cs
- ProtocolElementCollection.cs
- DbParameterCollectionHelper.cs
- SqlSelectStatement.cs
- HtmlElement.cs
- HttpRuntimeSection.cs
- DoubleStorage.cs
- ObjectAnimationBase.cs
- PathFigureCollection.cs
- ToolboxBitmapAttribute.cs
- ImageDesigner.cs
- WindowsListViewGroupSubsetLink.cs
- ellipse.cs
- DoubleAnimationClockResource.cs
- SEHException.cs
- OleDbCommand.cs
- HostExecutionContextManager.cs
- TrackingServices.cs
- GridProviderWrapper.cs
- ConfigXmlComment.cs
- ClaimTypeElementCollection.cs
- SByteStorage.cs
- SmtpNtlmAuthenticationModule.cs
- BuiltInExpr.cs
- SecurityContextSecurityTokenResolver.cs
- SqlCacheDependencyDatabase.cs
- StorageSetMapping.cs
- InheritanceContextChangedEventManager.cs
- DataGridViewRowHeightInfoNeededEventArgs.cs
- TextTreeInsertUndoUnit.cs
- Token.cs
- Control.cs
- CodeAttributeArgumentCollection.cs
- WindowsRebar.cs
- TriggerAction.cs
- WebBrowserContainer.cs
- ToolboxComponentsCreatingEventArgs.cs
- LogReservationCollection.cs
- DesignBindingPropertyDescriptor.cs
- MultipartContentParser.cs
- ContainerVisual.cs
- FontUnitConverter.cs
- SqlProviderUtilities.cs
- UserMapPath.cs
- ComAwareEventInfo.cs
- ArrayList.cs
- BoundPropertyEntry.cs
- SchemaExporter.cs
- GuidTagList.cs
- SoapHttpTransportImporter.cs
- TextServicesManager.cs
- TextBreakpoint.cs
- PriorityBinding.cs
- XmlSiteMapProvider.cs
- BoundsDrawingContextWalker.cs
- GenericsInstances.cs
- HttpApplicationStateWrapper.cs
- TextSpan.cs
- ContentIterators.cs
- HandleCollector.cs
- PageCodeDomTreeGenerator.cs
- WebControl.cs
- XmlEncoding.cs
- Compress.cs
- TextSpanModifier.cs
- ZeroOpNode.cs
- BitmapInitialize.cs
- AutoCompleteStringCollection.cs
- CachedResourceDictionaryExtension.cs
- RefreshPropertiesAttribute.cs
- odbcmetadatafactory.cs
- IOException.cs
- XmlAttributeAttribute.cs
- XmlCharType.cs
- DtrList.cs
- TextDecorations.cs