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
- Error.cs
- HttpCapabilitiesSectionHandler.cs
- PaperSource.cs
- BitmapSource.cs
- InputEventArgs.cs
- InOutArgument.cs
- NativeMethodsOther.cs
- CheckBoxRenderer.cs
- ToolStripStatusLabel.cs
- InvalidOperationException.cs
- RadioButtonStandardAdapter.cs
- ExpressionVisitor.cs
- Size3DConverter.cs
- DataServiceQueryProvider.cs
- TempFiles.cs
- Light.cs
- RenderTargetBitmap.cs
- PageEventArgs.cs
- CodeMemberProperty.cs
- SspiNegotiationTokenAuthenticator.cs
- MetadataCache.cs
- DBParameter.cs
- TimeZone.cs
- TdsValueSetter.cs
- CompositeTypefaceMetrics.cs
- HotSpotCollection.cs
- BitmapScalingModeValidation.cs
- WindowsSolidBrush.cs
- LinkConverter.cs
- Stopwatch.cs
- PageStatePersister.cs
- ComboBoxRenderer.cs
- SerializeAbsoluteContext.cs
- Screen.cs
- SystemWebSectionGroup.cs
- UserPreferenceChangedEventArgs.cs
- __FastResourceComparer.cs
- Assert.cs
- WindowsGrip.cs
- EndSelectCardRequest.cs
- While.cs
- HelpFileFileNameEditor.cs
- CanExecuteRoutedEventArgs.cs
- Ray3DHitTestResult.cs
- DomNameTable.cs
- SymbolEqualComparer.cs
- RemotingException.cs
- HtmlEncodedRawTextWriter.cs
- Brush.cs
- RightsManagementInformation.cs
- RecordBuilder.cs
- BinaryFormatterSinks.cs
- XmlEntity.cs
- ToolZoneDesigner.cs
- TextRunProperties.cs
- SqlFacetAttribute.cs
- ThumbButtonInfoCollection.cs
- UniqueEventHelper.cs
- MultiDataTrigger.cs
- ComAdminWrapper.cs
- TypeElementCollection.cs
- StorageEntitySetMapping.cs
- XhtmlBasicPhoneCallAdapter.cs
- HtmlTableRow.cs
- DataGridViewAddColumnDialog.cs
- Wildcard.cs
- DesignerPerfEventProvider.cs
- InteropTrackingRecord.cs
- CommandEventArgs.cs
- SyndicationContent.cs
- StorageEntityContainerMapping.cs
- WebUtil.cs
- LocationReference.cs
- TimeSpan.cs
- UserControlParser.cs
- ObjectViewFactory.cs
- ScrollData.cs
- METAHEADER.cs
- CursorEditor.cs
- ResourceExpressionEditorSheet.cs
- MetadataReference.cs
- Int32Rect.cs
- securitycriticaldataClass.cs
- PointLight.cs
- BrowserTree.cs
- SimpleRecyclingCache.cs
- XmlUtil.cs
- DataGrid.cs
- ToolboxCategoryItems.cs
- GridViewRowPresenter.cs
- WebPart.cs
- TreeViewAutomationPeer.cs
- HTTPRemotingHandler.cs
- DataObjectSettingDataEventArgs.cs
- SiteMapNodeItemEventArgs.cs
- X509Extension.cs
- SpStreamWrapper.cs
- HMACRIPEMD160.cs
- CryptoKeySecurity.cs
- XmlEntity.cs