Code:
/ 4.0 / 4.0 / untmp / 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. /// /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SQLBinary.cs
- XmlBoundElement.cs
- LinkedList.cs
- XmlDataProvider.cs
- BoundPropertyEntry.cs
- InputScope.cs
- XmlIlGenerator.cs
- XmlDataImplementation.cs
- coordinatorscratchpad.cs
- SafeSecurityHandles.cs
- DecimalConstantAttribute.cs
- DataBindingHandlerAttribute.cs
- TextContainerChangeEventArgs.cs
- ReferencedType.cs
- ListBase.cs
- GridViewCommandEventArgs.cs
- DBCommandBuilder.cs
- SqlTransaction.cs
- _DigestClient.cs
- SchemaTypeEmitter.cs
- HttpCapabilitiesBase.cs
- EntryWrittenEventArgs.cs
- CursorInteropHelper.cs
- SecurityTokenSpecification.cs
- EntityConnectionStringBuilder.cs
- TypeContext.cs
- XmlNavigatorFilter.cs
- ProfilePropertyNameValidator.cs
- PageMediaSize.cs
- FloatSumAggregationOperator.cs
- Parsers.cs
- XmlElementList.cs
- CodeEventReferenceExpression.cs
- CodeIterationStatement.cs
- XmlTypeMapping.cs
- DES.cs
- BevelBitmapEffect.cs
- XmlSchemaSimpleContentExtension.cs
- Transaction.cs
- WSHttpBindingBase.cs
- TableCell.cs
- FormViewPagerRow.cs
- UrlEncodedParameterWriter.cs
- HwndStylusInputProvider.cs
- AddingNewEventArgs.cs
- XmlRawWriter.cs
- TextTreeRootTextBlock.cs
- EncoderExceptionFallback.cs
- ClientRolePrincipal.cs
- RowToFieldTransformer.cs
- HtmlInputSubmit.cs
- QilReplaceVisitor.cs
- FtpCachePolicyElement.cs
- MetadataHelper.cs
- XsltContext.cs
- TableParagraph.cs
- XmlExtensionFunction.cs
- Thumb.cs
- PassportPrincipal.cs
- DbProviderFactories.cs
- SID.cs
- ObjectDataSource.cs
- QueryParameter.cs
- ContextMenuAutomationPeer.cs
- EditorAttributeInfo.cs
- PersonalizationProviderHelper.cs
- EditBehavior.cs
- XmlDocumentFragment.cs
- CodeBinaryOperatorExpression.cs
- StateManagedCollection.cs
- DataGridViewColumnEventArgs.cs
- PrintDialog.cs
- FrameworkContentElement.cs
- CmsInterop.cs
- StateMachineWorkflowDesigner.cs
- PhysicalFontFamily.cs
- BitmapEffectInput.cs
- WebPageTraceListener.cs
- FileUpload.cs
- RtfToken.cs
- WebHttpSecurity.cs
- EntityDataSourceStatementEditor.cs
- HScrollBar.cs
- WebPartDisplayMode.cs
- Maps.cs
- BamlRecordReader.cs
- XComponentModel.cs
- DynamicResourceExtension.cs
- TreePrinter.cs
- SingleConverter.cs
- Listbox.cs
- TypeExtensionSerializer.cs
- _ConnectStream.cs
- CapiSafeHandles.cs
- DataTableCollection.cs
- ListDictionaryInternal.cs
- CodeIdentifier.cs
- ZoneLinkButton.cs
- Mappings.cs
- GZipUtils.cs