Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- HtmlElement.cs
- NetworkInformationException.cs
- XmlSchema.cs
- hebrewshape.cs
- DataGridViewEditingControlShowingEventArgs.cs
- SuppressMergeCheckAttribute.cs
- SimpleColumnProvider.cs
- CodeMethodInvokeExpression.cs
- DataServiceStreamProviderWrapper.cs
- DeclaredTypeValidator.cs
- _NegoState.cs
- IgnoreFileBuildProvider.cs
- SqlTypeConverter.cs
- ValidatingReaderNodeData.cs
- QualifierSet.cs
- BindableAttribute.cs
- RegisteredArrayDeclaration.cs
- TemplatePagerField.cs
- ExpressionPrefixAttribute.cs
- AsymmetricKeyExchangeDeformatter.cs
- DataStorage.cs
- IFormattable.cs
- CustomUserNameSecurityTokenAuthenticator.cs
- PointLightBase.cs
- SessionStateUtil.cs
- ADConnectionHelper.cs
- IntSecurity.cs
- AnnotationAdorner.cs
- ObjectHandle.cs
- SimpleHandlerBuildProvider.cs
- OrthographicCamera.cs
- BlobPersonalizationState.cs
- Parameter.cs
- AssemblyName.cs
- AppliedDeviceFiltersDialog.cs
- controlskin.cs
- ItemCollection.cs
- Underline.cs
- GetPageCompletedEventArgs.cs
- GridViewUpdateEventArgs.cs
- MergeLocalizationDirectives.cs
- GrowingArray.cs
- Drawing.cs
- WebFormDesignerActionService.cs
- MenuItem.cs
- RegexWriter.cs
- ValueProviderWrapper.cs
- CellNormalizer.cs
- XmlSchemaGroupRef.cs
- DtdParser.cs
- EraserBehavior.cs
- ReachNamespaceInfo.cs
- ListViewUpdatedEventArgs.cs
- XmlSchemaInferenceException.cs
- StylusButton.cs
- QilList.cs
- RuleElement.cs
- SchemaTableOptionalColumn.cs
- MailMessageEventArgs.cs
- ComplexPropertyEntry.cs
- DataListAutoFormat.cs
- CompositionTarget.cs
- DataViewManager.cs
- TextParagraphView.cs
- HttpRuntimeSection.cs
- SqlDataAdapter.cs
- Matrix3D.cs
- LocalizationParserHooks.cs
- ErrorTableItemStyle.cs
- ChameleonKey.cs
- _NestedSingleAsyncResult.cs
- CodeMemberMethod.cs
- VisualStyleRenderer.cs
- webeventbuffer.cs
- WindowsStartMenu.cs
- unsafenativemethodstextservices.cs
- ProfileInfo.cs
- DecimalConverter.cs
- IntranetCredentialPolicy.cs
- LabelEditEvent.cs
- DocumentPaginator.cs
- ScriptingJsonSerializationSection.cs
- PKCS1MaskGenerationMethod.cs
- PagerSettings.cs
- DefaultPrintController.cs
- ClientSideQueueItem.cs
- TextRangeSerialization.cs
- DragEventArgs.cs
- PropertyItem.cs
- FixedFindEngine.cs
- ISO2022Encoding.cs
- SpeakProgressEventArgs.cs
- SrgsRulesCollection.cs
- XmlCharType.cs
- RemoteWebConfigurationHost.cs
- EventProviderWriter.cs
- DocumentReference.cs
- DocumentGridContextMenu.cs
- OleDbParameterCollection.cs
- FormatVersion.cs