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
- XmlDataProvider.cs
- ContextMenu.cs
- GC.cs
- Transform3D.cs
- Int32AnimationUsingKeyFrames.cs
- IteratorFilter.cs
- TargetException.cs
- ScrollBar.cs
- ContentType.cs
- AppSecurityManager.cs
- Vector.cs
- ListParagraph.cs
- MergeFailedEvent.cs
- COAUTHIDENTITY.cs
- BuildProviderUtils.cs
- ByteRangeDownloader.cs
- Positioning.cs
- FixedSOMPageElement.cs
- sqlser.cs
- Latin1Encoding.cs
- InternalMappingException.cs
- NativeWindow.cs
- Binding.cs
- SecurityTokenRequirement.cs
- StylusSystemGestureEventArgs.cs
- SmtpTransport.cs
- ErrorStyle.cs
- DataBindingHandlerAttribute.cs
- DataGridViewRowsRemovedEventArgs.cs
- ColorConvertedBitmapExtension.cs
- X509InitiatorCertificateClientElement.cs
- ZipIORawDataFileBlock.cs
- GroupLabel.cs
- DataGridViewColumnEventArgs.cs
- SignedPkcs7.cs
- PointHitTestParameters.cs
- ExpressionDumper.cs
- XsltLibrary.cs
- SplayTreeNode.cs
- EFDataModelProvider.cs
- ListViewItem.cs
- PropertyEmitterBase.cs
- SwitchDesigner.xaml.cs
- InputLanguage.cs
- CriticalFinalizerObject.cs
- Label.cs
- Section.cs
- TemplatingOptionsDialog.cs
- ArgumentValidation.cs
- SubqueryRules.cs
- BasePattern.cs
- CompositeFontInfo.cs
- OverflowException.cs
- TextTreeRootNode.cs
- XhtmlConformanceSection.cs
- FontUnit.cs
- TemplateField.cs
- PreviousTrackingServiceAttribute.cs
- SessionState.cs
- X509Utils.cs
- BindableAttribute.cs
- StringDictionaryEditor.cs
- XmlDataLoader.cs
- WrapPanel.cs
- Certificate.cs
- Viewport3DVisual.cs
- Serializer.cs
- ProcessModelSection.cs
- LogFlushAsyncResult.cs
- PageRanges.cs
- MatrixAnimationUsingPath.cs
- TextLineResult.cs
- DataGridViewRow.cs
- CodeTypeConstructor.cs
- EdmSchemaAttribute.cs
- PersistChildrenAttribute.cs
- SqlTypesSchemaImporter.cs
- securitycriticaldataformultiplegetandset.cs
- Overlapped.cs
- ConfigurationException.cs
- SqlTypeConverter.cs
- ItemsPanelTemplate.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- DbProviderConfigurationHandler.cs
- DiscoveryVersion.cs
- XmlSchemaInferenceException.cs
- LicenseContext.cs
- ChtmlPhoneCallAdapter.cs
- ResourcesGenerator.cs
- RequestNavigateEventArgs.cs
- ResourcePool.cs
- SqlVisitor.cs
- ByteAnimationUsingKeyFrames.cs
- SocketPermission.cs
- DataGridBeginningEditEventArgs.cs
- StreamingContext.cs
- ItemCheckEvent.cs
- StringSorter.cs
- XmlExtensionFunction.cs
- GPPOINTF.cs