Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; } } } }/// Represents /// an event log entry. /// /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- PasswordPropertyTextAttribute.cs
- DataBoundControlHelper.cs
- WebPartDesigner.cs
- AdornedElementPlaceholder.cs
- RichTextBoxAutomationPeer.cs
- AddDataControlFieldDialog.cs
- ChannelListenerBase.cs
- EventPropertyMap.cs
- AppDomainInstanceProvider.cs
- LinearGradientBrush.cs
- WebZone.cs
- SafeNativeMethods.cs
- DropShadowBitmapEffect.cs
- WebPartCatalogAddVerb.cs
- PrinterUnitConvert.cs
- ColorDialog.cs
- XmlSchemaExternal.cs
- DataControlPagerLinkButton.cs
- CorrelationQueryBehavior.cs
- FilteredSchemaElementLookUpTable.cs
- TimeZoneInfo.cs
- CoreSwitches.cs
- DependencyPropertyChangedEventArgs.cs
- TypeUnloadedException.cs
- AnnotationObservableCollection.cs
- DiffuseMaterial.cs
- ReadOnlyHierarchicalDataSourceView.cs
- ExtensionWindowResizeGrip.cs
- AutoGeneratedFieldProperties.cs
- PageRouteHandler.cs
- SoapHeaderAttribute.cs
- OdbcParameter.cs
- ProfessionalColors.cs
- SqlFlattener.cs
- AsymmetricAlgorithm.cs
- CompoundFileIOPermission.cs
- SqlProviderManifest.cs
- URLString.cs
- IApplicationTrustManager.cs
- HighlightVisual.cs
- GridViewPageEventArgs.cs
- RegexTypeEditor.cs
- InstanceLockedException.cs
- TextModifierScope.cs
- XmlBinaryReader.cs
- FormatConvertedBitmap.cs
- UiaCoreTypesApi.cs
- SchemaCreator.cs
- InlineObject.cs
- GlyphRunDrawing.cs
- SmtpNetworkElement.cs
- ComplexLine.cs
- RoutedUICommand.cs
- GridViewUpdateEventArgs.cs
- VisualState.cs
- DeploymentExceptionMapper.cs
- XmlSchemaProviderAttribute.cs
- BlurBitmapEffect.cs
- GetLedgerEntryForRecipientRequest.cs
- ExternalFile.cs
- DataGridViewCellStyleBuilderDialog.cs
- TreeNodeClickEventArgs.cs
- DiagnosticsConfigurationHandler.cs
- ResourceReferenceExpression.cs
- SafeLibraryHandle.cs
- ArraySegment.cs
- XPathSelfQuery.cs
- DrawingGroupDrawingContext.cs
- TypeListConverter.cs
- JulianCalendar.cs
- XmlAnyElementAttributes.cs
- DesignTimeTemplateParser.cs
- AQNBuilder.cs
- LayoutTable.cs
- CustomValidator.cs
- SchemaTypeEmitter.cs
- documentsequencetextview.cs
- SslStream.cs
- ArrangedElement.cs
- SecurityRuntime.cs
- TextMessageEncodingElement.cs
- FixedSOMGroup.cs
- Zone.cs
- Literal.cs
- DataGridClipboardHelper.cs
- WindowsMenu.cs
- DrawListViewColumnHeaderEventArgs.cs
- EntityDataSourceState.cs
- QilName.cs
- DefaultPrintController.cs
- OperationDescription.cs
- XmlReader.cs
- TargetParameterCountException.cs
- AbstractExpressions.cs
- XmlBoundElement.cs
- EventBuilder.cs
- ListBox.cs
- IconBitmapDecoder.cs
- CipherData.cs
- DefaultEvaluationContext.cs