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
- DeferredSelectedIndexReference.cs
- EntityStoreSchemaGenerator.cs
- SignatureGenerator.cs
- PassportIdentity.cs
- BaseDataBoundControlDesigner.cs
- DataGridViewColumnEventArgs.cs
- NonSerializedAttribute.cs
- InputMethodStateTypeInfo.cs
- AppDomain.cs
- CroppedBitmap.cs
- ToolStripContainerActionList.cs
- shaperfactoryquerycacheentry.cs
- InvalidWorkflowException.cs
- EntityDataSourceQueryBuilder.cs
- PrintDocument.cs
- CodeDelegateCreateExpression.cs
- QuaternionAnimation.cs
- FocusChangedEventArgs.cs
- WindowsRebar.cs
- OwnerDrawPropertyBag.cs
- VolatileResourceManager.cs
- UnitySerializationHolder.cs
- ListItemCollection.cs
- Border.cs
- ReachVisualSerializerAsync.cs
- ProfileServiceManager.cs
- SmtpNetworkElement.cs
- CodeIdentifier.cs
- MemoryRecordBuffer.cs
- XmlSchemaCollection.cs
- ProfileGroupSettingsCollection.cs
- KeyboardDevice.cs
- DocumentViewerConstants.cs
- UrlMappingsModule.cs
- XmlSchemaAnnotation.cs
- FileSystemEnumerable.cs
- TraceContextEventArgs.cs
- DependencyPropertyChangedEventArgs.cs
- XmlNodeReader.cs
- DataGridViewSortCompareEventArgs.cs
- EngineSite.cs
- EncoderReplacementFallback.cs
- DbSetClause.cs
- MultiByteCodec.cs
- XamlFilter.cs
- DataGridViewEditingControlShowingEventArgs.cs
- StrongTypingException.cs
- ManipulationPivot.cs
- Screen.cs
- GlobalizationSection.cs
- ReadOnlyDictionary.cs
- BitmapImage.cs
- ImageBrush.cs
- GeneralTransform3D.cs
- DataServiceRequest.cs
- IUnknownConstantAttribute.cs
- Selection.cs
- OracleDateTime.cs
- TextParaLineResult.cs
- Propagator.Evaluator.cs
- JsonReader.cs
- DbConnectionHelper.cs
- AQNBuilder.cs
- DataColumnCollection.cs
- PriorityBindingExpression.cs
- CodeCompileUnit.cs
- ResolveNextArgumentWorkItem.cs
- Constraint.cs
- RequestNavigateEventArgs.cs
- ValidatingPropertiesEventArgs.cs
- ArgumentOutOfRangeException.cs
- ColorTranslator.cs
- SMSvcHost.cs
- odbcmetadatafactory.cs
- ArrangedElementCollection.cs
- Clock.cs
- HtmlTextArea.cs
- MultipartIdentifier.cs
- SignatureResourcePool.cs
- SymmetricKeyWrap.cs
- SatelliteContractVersionAttribute.cs
- SoapTypeAttribute.cs
- XmlDocumentType.cs
- DataBoundControlHelper.cs
- RoleServiceManager.cs
- CqlLexer.cs
- SqlServices.cs
- ExceptionRoutedEventArgs.cs
- CachedTypeface.cs
- FixedPage.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- cache.cs
- ForeignKeyFactory.cs
- MarkupCompilePass2.cs
- SortableBindingList.cs
- PtsContext.cs
- MaxSessionCountExceededException.cs
- Selector.cs
- XmlWrappingReader.cs
- ListBindingConverter.cs