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
- SHA1CryptoServiceProvider.cs
- GridViewEditEventArgs.cs
- OracleCommand.cs
- ValidatedControlConverter.cs
- PageMediaType.cs
- ParameterModifier.cs
- FramingEncoders.cs
- TrackBar.cs
- DataRecordObjectView.cs
- Tracking.cs
- TextSelectionProcessor.cs
- DispatcherProcessingDisabled.cs
- WebEventCodes.cs
- SessionStateContainer.cs
- PointCollection.cs
- SurrogateChar.cs
- OleTxTransaction.cs
- ZoomPercentageConverter.cs
- PropertyTabAttribute.cs
- WinEventHandler.cs
- InkCanvas.cs
- XPathException.cs
- ExpressionBuilder.cs
- UpdateDelegates.Generated.cs
- RelatedPropertyManager.cs
- PairComparer.cs
- ConsoleEntryPoint.cs
- BulletedListEventArgs.cs
- TextStore.cs
- DiagnosticTraceRecords.cs
- GuidelineCollection.cs
- QilScopedVisitor.cs
- TemplateBindingExpressionConverter.cs
- OAVariantLib.cs
- UpDownBase.cs
- SerializationException.cs
- MdbDataFileEditor.cs
- StylusDownEventArgs.cs
- EntityCommandExecutionException.cs
- LambdaCompiler.Statements.cs
- SplineKeyFrames.cs
- HttpRequest.cs
- SqlWebEventProvider.cs
- ProfileSection.cs
- AllMembershipCondition.cs
- AppDomainShutdownMonitor.cs
- Thread.cs
- WorkflowRuntimeServiceElement.cs
- WpfXamlMember.cs
- ModelPropertyCollectionImpl.cs
- TypeTypeConverter.cs
- SubstitutionDesigner.cs
- ResolveCriteria.cs
- SamlSubject.cs
- ClientSideQueueItem.cs
- SqlCacheDependencyDatabaseCollection.cs
- IFlowDocumentViewer.cs
- ExpressionEvaluator.cs
- SequenceNumber.cs
- DesignerForm.cs
- ObjectDataSourceFilteringEventArgs.cs
- MediaPlayer.cs
- ToolStrip.cs
- GeometryHitTestParameters.cs
- XMLSyntaxException.cs
- Expression.cs
- DateTimeOffset.cs
- SqlParameterCollection.cs
- Accessors.cs
- BinaryCommonClasses.cs
- coordinatorscratchpad.cs
- TypeConverter.cs
- Listen.cs
- PersonalizableAttribute.cs
- Triangle.cs
- MSAAEventDispatcher.cs
- ObjectPersistData.cs
- MatrixCamera.cs
- WsatAdminException.cs
- ConditionCollection.cs
- WindowsNonControl.cs
- EllipseGeometry.cs
- CacheRequest.cs
- Types.cs
- DocumentScope.cs
- PasswordDeriveBytes.cs
- Expressions.cs
- TablePattern.cs
- ToolTipAutomationPeer.cs
- IssuanceLicense.cs
- SourceItem.cs
- DesignerActionMethodItem.cs
- SafeLocalMemHandle.cs
- SemanticResolver.cs
- EventlogProvider.cs
- ReliableMessagingVersionConverter.cs
- SuppressMergeCheckAttribute.cs
- Error.cs
- DataControlButton.cs
- CultureTable.cs