Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / Services / Monitoring / system / Diagnosticts / DataReceivedEventArgs.cs / 1 / DataReceivedEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Diagnostics { using System; public delegate void DataReceivedEventHandler(Object sender, DataReceivedEventArgs e); public class DataReceivedEventArgs : EventArgs { internal String _data; internal DataReceivedEventArgs(String data) { _data = data; } public String Data { get { return _data; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Diagnostics { using System; public delegate void DataReceivedEventHandler(Object sender, DataReceivedEventArgs e); public class DataReceivedEventArgs : EventArgs { internal String _data; internal DataReceivedEventArgs(String data) { _data = data; } public String Data { get { return _data; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- OleDbConnectionPoolGroupProviderInfo.cs
- StrongName.cs
- DataGridTableCollection.cs
- CorrelationScope.cs
- TextEffect.cs
- Filter.cs
- RegexStringValidatorAttribute.cs
- ObjectStorage.cs
- StringExpressionSet.cs
- HostSecurityManager.cs
- ProgressPage.cs
- DateTimeFormatInfo.cs
- DataGrid.cs
- DecimalAnimationBase.cs
- ScalarConstant.cs
- VBCodeProvider.cs
- ErrorReporting.cs
- SortAction.cs
- XmlReflectionImporter.cs
- PathFigureCollection.cs
- Section.cs
- TransformConverter.cs
- SqlCommand.cs
- DesignerEditorPartChrome.cs
- Pens.cs
- Bind.cs
- UnionExpr.cs
- JoinSymbol.cs
- ResourceCategoryAttribute.cs
- ChannelBinding.cs
- SendMailErrorEventArgs.cs
- HtmlInputPassword.cs
- AutoGeneratedField.cs
- MatrixAnimationUsingKeyFrames.cs
- IconBitmapDecoder.cs
- RegexNode.cs
- SynchronizedInputHelper.cs
- GridItem.cs
- RegistrySecurity.cs
- UnsafeNativeMethodsMilCoreApi.cs
- ServiceMetadataContractBehavior.cs
- XmlFormatExtensionPointAttribute.cs
- DataGridItemEventArgs.cs
- CommonProperties.cs
- DataBinder.cs
- DataViewListener.cs
- KnownBoxes.cs
- EditCommandColumn.cs
- DesignerHelpers.cs
- InternalTypeHelper.cs
- SequenceDesigner.cs
- ThemeDictionaryExtension.cs
- PathStreamGeometryContext.cs
- TemplateBindingExtension.cs
- Int32Collection.cs
- ActivitySurrogateSelector.cs
- Translator.cs
- DnsCache.cs
- RegisteredDisposeScript.cs
- ClientRuntimeConfig.cs
- ReadWriteObjectLock.cs
- RadioButtonStandardAdapter.cs
- SmiRequestExecutor.cs
- DispatcherTimer.cs
- sqlser.cs
- DocumentApplicationJournalEntry.cs
- PermissionSetTriple.cs
- tibetanshape.cs
- ExpanderAutomationPeer.cs
- TableLayoutStyle.cs
- GeometryValueSerializer.cs
- AmbientLight.cs
- AppDomainCompilerProxy.cs
- SrgsNameValueTag.cs
- MenuItemBindingCollection.cs
- EventLogEntryCollection.cs
- PixelShader.cs
- ByteRangeDownloader.cs
- ToolStripComboBox.cs
- AffineTransform3D.cs
- EntityDataSourceStatementEditor.cs
- WorkflowEventArgs.cs
- BindMarkupExtensionSerializer.cs
- SynchronizationLockException.cs
- RangeBaseAutomationPeer.cs
- WindowsFormsSectionHandler.cs
- EntityDataSourceSelectingEventArgs.cs
- XmlAttribute.cs
- TreeNode.cs
- ListViewGroup.cs
- XamlFigureLengthSerializer.cs
- DataKey.cs
- IncrementalCompileAnalyzer.cs
- RowUpdatedEventArgs.cs
- AffineTransform3D.cs
- JsonByteArrayDataContract.cs
- ManualResetEvent.cs
- CombinedGeometry.cs
- DispatcherTimer.cs
- GridViewUpdatedEventArgs.cs