Code:
/ 4.0 / 4.0 / 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; ////// 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
- ViewKeyConstraint.cs
- SecurityTokenContainer.cs
- CommonXSendMessage.cs
- StringUtil.cs
- CompModSwitches.cs
- ErasingStroke.cs
- Translator.cs
- TimersDescriptionAttribute.cs
- AnonymousIdentificationModule.cs
- TableLayoutPanelCellPosition.cs
- DetailsViewRowCollection.cs
- JsonStringDataContract.cs
- SmtpReplyReader.cs
- MetafileHeaderEmf.cs
- ChangePasswordDesigner.cs
- Literal.cs
- OracleConnectionString.cs
- UIAgentMonitor.cs
- RawAppCommandInputReport.cs
- AppDomainShutdownMonitor.cs
- TextContainerChangeEventArgs.cs
- FrameworkContentElementAutomationPeer.cs
- FixedNode.cs
- HyperLinkStyle.cs
- AudioFormatConverter.cs
- SqlBulkCopyColumnMappingCollection.cs
- TreeNodeCollection.cs
- TreeView.cs
- SecurityToken.cs
- ReadOnlyAttribute.cs
- PropertyInformationCollection.cs
- Focus.cs
- TypeDescriptionProvider.cs
- Site.cs
- loginstatus.cs
- ApplicationInfo.cs
- PeerNameRegistration.cs
- SqlDataSourceConfigureFilterForm.cs
- ControlEvent.cs
- DefinitionUpdate.cs
- RootProfilePropertySettingsCollection.cs
- ErrorWrapper.cs
- HtmlContainerControl.cs
- ToolStripMenuItemCodeDomSerializer.cs
- DynamicDataExtensions.cs
- WizardPanelChangingEventArgs.cs
- XamlStream.cs
- Itemizer.cs
- MachineKeyConverter.cs
- XamlPoint3DCollectionSerializer.cs
- ConfigXmlText.cs
- TreeNodeBindingDepthConverter.cs
- FieldNameLookup.cs
- RegistrationServices.cs
- listitem.cs
- FontNamesConverter.cs
- StylusPointDescription.cs
- BinaryFormatter.cs
- InvalidPropValue.cs
- ControlAdapter.cs
- Geometry.cs
- CommandSet.cs
- DeclarationUpdate.cs
- ToggleButtonAutomationPeer.cs
- HMACSHA256.cs
- BeginEvent.cs
- ControlPaint.cs
- XPathNodeIterator.cs
- SchemaCreator.cs
- MonitoringDescriptionAttribute.cs
- SemanticValue.cs
- NoneExcludedImageIndexConverter.cs
- Variable.cs
- ComponentSerializationService.cs
- RelatedCurrencyManager.cs
- XmlSchemaProviderAttribute.cs
- Array.cs
- OledbConnectionStringbuilder.cs
- ExcludeFromCodeCoverageAttribute.cs
- WorkflowOperationContext.cs
- Location.cs
- Debug.cs
- XmlUTF8TextReader.cs
- UmAlQuraCalendar.cs
- EmptyElement.cs
- RegexMatchCollection.cs
- ReferenceList.cs
- RelatedEnd.cs
- EntityDataSourceConfigureObjectContext.cs
- ScaleTransform3D.cs
- HtmlHead.cs
- Array.cs
- DocumentPaginator.cs
- XmlSchemaComplexType.cs
- WebServiceResponse.cs
- CodeDomSerializerBase.cs
- Panel.cs
- HtmlTernaryTree.cs
- URLIdentityPermission.cs
- webbrowsersite.cs