Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- AutomationIdentifier.cs
- DSACryptoServiceProvider.cs
- IgnoreFileBuildProvider.cs
- SerializerDescriptor.cs
- Helper.cs
- WebControlParameterProxy.cs
- CodeSubDirectory.cs
- SerialErrors.cs
- AutomationPropertyInfo.cs
- SoapEnvelopeProcessingElement.cs
- FormViewAutoFormat.cs
- PageOutputColor.cs
- HtmlFormWrapper.cs
- MethodExpr.cs
- ToolStripSystemRenderer.cs
- IDispatchConstantAttribute.cs
- FunctionImportElement.cs
- Int32Converter.cs
- WebPartConnectionsConnectVerb.cs
- StrokeNodeEnumerator.cs
- LoopExpression.cs
- CodeConstructor.cs
- ApplyImportsAction.cs
- HwndHostAutomationPeer.cs
- MimeParameter.cs
- AppAction.cs
- FrameworkObject.cs
- Panel.cs
- FunctionNode.cs
- MobileListItem.cs
- PenCursorManager.cs
- KnownTypesProvider.cs
- ObjectReaderCompiler.cs
- SecurityTimestamp.cs
- SuppressIldasmAttribute.cs
- Psha1DerivedKeyGenerator.cs
- WebServiceTypeData.cs
- LoginUtil.cs
- DockPattern.cs
- CrossAppDomainChannel.cs
- CalendarDateRange.cs
- Cursor.cs
- BrowserCapabilitiesFactoryBase.cs
- SimpleFieldTemplateFactory.cs
- DoubleAnimationUsingPath.cs
- XamlValidatingReader.cs
- TypedRowHandler.cs
- FlagsAttribute.cs
- FixedSOMTableCell.cs
- DelegatingConfigHost.cs
- WorkflowIdleBehavior.cs
- SingletonChannelAcceptor.cs
- EventMappingSettingsCollection.cs
- UDPClient.cs
- DesignTimeTemplateParser.cs
- DataTableExtensions.cs
- BitmapScalingModeValidation.cs
- FileDataSourceCache.cs
- UnsafeNativeMethods.cs
- AttributeEmitter.cs
- ResourceSet.cs
- XsltContext.cs
- ZipIOLocalFileDataDescriptor.cs
- FieldNameLookup.cs
- counter.cs
- HTTPAPI_VERSION.cs
- precedingquery.cs
- ProcessHostFactoryHelper.cs
- remotingproxy.cs
- Registry.cs
- Rotation3D.cs
- TextInfo.cs
- SoapDocumentServiceAttribute.cs
- FlowLayout.cs
- FactoryGenerator.cs
- EntityViewGenerator.cs
- NoneExcludedImageIndexConverter.cs
- ConstructorNeedsTagAttribute.cs
- StreamUpgradeAcceptor.cs
- CoTaskMemUnicodeSafeHandle.cs
- AddInContractAttribute.cs
- XhtmlBasicLabelAdapter.cs
- ITreeGenerator.cs
- Debugger.cs
- CoTaskMemSafeHandle.cs
- MouseGesture.cs
- ContentWrapperAttribute.cs
- DateTimePicker.cs
- WebUtil.cs
- URI.cs
- SourceChangedEventArgs.cs
- PrintingPermission.cs
- DockPanel.cs
- HyperLinkStyle.cs
- IsolatedStorageException.cs
- RepeaterCommandEventArgs.cs
- Predicate.cs
- CreateRefExpr.cs
- URLString.cs
- DataBoundControlParameterTarget.cs