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
- GenericPrincipal.cs
- SwitchLevelAttribute.cs
- SecurityState.cs
- RawMouseInputReport.cs
- ScriptControlManager.cs
- GridViewUpdatedEventArgs.cs
- BindToObject.cs
- SoundPlayer.cs
- ReadOnlyHierarchicalDataSourceView.cs
- QueryParameter.cs
- LogArchiveSnapshot.cs
- FormatSettings.cs
- InfoCardKeyedHashAlgorithm.cs
- DbBuffer.cs
- MessageEncodingBindingElement.cs
- XmlElementList.cs
- TextEditorMouse.cs
- EventLogInternal.cs
- OneOfElement.cs
- SelectionListComponentEditor.cs
- Point4DConverter.cs
- ConstructorExpr.cs
- SamlAudienceRestrictionCondition.cs
- XmlWrappingReader.cs
- Effect.cs
- HttpCapabilitiesEvaluator.cs
- XslVisitor.cs
- ImageAnimator.cs
- DefaultAssemblyResolver.cs
- CodeAssignStatement.cs
- WindowsFormsDesignerOptionService.cs
- ScrollBarAutomationPeer.cs
- MdiWindowListItemConverter.cs
- EntityStoreSchemaGenerator.cs
- QilNode.cs
- CompiledXpathExpr.cs
- New.cs
- TypedRowGenerator.cs
- SplitterCancelEvent.cs
- PrintingPermission.cs
- StateManagedCollection.cs
- RenderOptions.cs
- PackageDigitalSignatureManager.cs
- ListViewUpdatedEventArgs.cs
- FrameSecurityDescriptor.cs
- InputBindingCollection.cs
- ScriptManagerProxy.cs
- ModelItemDictionaryImpl.cs
- NamespaceQuery.cs
- AssemblyName.cs
- GACMembershipCondition.cs
- ReadWriteSpinLock.cs
- SynchronousChannelMergeEnumerator.cs
- RetrieveVirtualItemEventArgs.cs
- IApplicationTrustManager.cs
- QueryOutputWriter.cs
- CodeTypeMemberCollection.cs
- XmlWhitespace.cs
- SHA256CryptoServiceProvider.cs
- ScrollChrome.cs
- RestHandlerFactory.cs
- ThreadTrace.cs
- WebPartHeaderCloseVerb.cs
- ListBoxItem.cs
- SqlCommandSet.cs
- ZipPackagePart.cs
- XPathSelectionIterator.cs
- SerializableAttribute.cs
- InputBinding.cs
- ImageMapEventArgs.cs
- SafeSecurityHandles.cs
- Stopwatch.cs
- XamlWriter.cs
- XPathSelectionIterator.cs
- TimelineClockCollection.cs
- ClientOptions.cs
- MatrixAnimationUsingKeyFrames.cs
- UserInitiatedNavigationPermission.cs
- TextEffectResolver.cs
- DecryptRequest.cs
- EnumValAlphaComparer.cs
- HandleExceptionArgs.cs
- PolyBezierSegment.cs
- NumberFunctions.cs
- DataGridTextColumn.cs
- EnumerableWrapperWeakToStrong.cs
- ResourceProperty.cs
- WebPartVerbsEventArgs.cs
- XmlDocument.cs
- CellNormalizer.cs
- WebPartHelpVerb.cs
- SafeCryptContextHandle.cs
- ClientProxyGenerator.cs
- XmlLoader.cs
- ImageCodecInfo.cs
- SelectionUIService.cs
- Parameter.cs
- RequestResizeEvent.cs
- AgileSafeNativeMemoryHandle.cs
- DataSourceXmlElementAttribute.cs