Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / WF / Activities / SetStateEventArgs.cs / 1305376 / SetStateEventArgs.cs
// **************************************************************************** // Copyright (C) Microsoft Corporation. All rights reserved. // *************************************************************************** using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Workflow.ComponentModel; using System.Workflow.Runtime; using System.Runtime.InteropServices; namespace System.Workflow.Activities { [Serializable] [ComVisible(false)] public class SetStateEventArgs : EventArgs { string targetStateName; public SetStateEventArgs(string targetStateName) { this.targetStateName = targetStateName; } public string TargetStateName { get { return targetStateName; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. // **************************************************************************** // Copyright (C) Microsoft Corporation. All rights reserved. // *************************************************************************** using System; using System.Collections; using System.Collections.Generic; using System.Diagnostics; using System.Workflow.ComponentModel; using System.Workflow.Runtime; using System.Runtime.InteropServices; namespace System.Workflow.Activities { [Serializable] [ComVisible(false)] public class SetStateEventArgs : EventArgs { string targetStateName; public SetStateEventArgs(string targetStateName) { this.targetStateName = targetStateName; } public string TargetStateName { get { return targetStateName; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- JpegBitmapEncoder.cs
- InvokePatternIdentifiers.cs
- MdImport.cs
- HandledMouseEvent.cs
- CountAggregationOperator.cs
- ExtensibleClassFactory.cs
- HttpCacheVary.cs
- MetadataWorkspace.cs
- BuildProvider.cs
- Int32AnimationBase.cs
- FileDialog.cs
- DataGridAddNewRow.cs
- CodeAttributeArgumentCollection.cs
- SecurityKeyType.cs
- AsymmetricKeyExchangeFormatter.cs
- PolyBezierSegmentFigureLogic.cs
- NotSupportedException.cs
- MessageDecoder.cs
- SlotInfo.cs
- xdrvalidator.cs
- Binding.cs
- ConfigDefinitionUpdates.cs
- DictationGrammar.cs
- KeyedHashAlgorithm.cs
- LabelAutomationPeer.cs
- MediaTimeline.cs
- InputScope.cs
- UmAlQuraCalendar.cs
- UnsafeNativeMethods.cs
- InfoCardRSACryptoProvider.cs
- ObfuscationAttribute.cs
- Debugger.cs
- ActivationServices.cs
- ProgressBarHighlightConverter.cs
- ApplicationTrust.cs
- DataMemberListEditor.cs
- RecognizedWordUnit.cs
- AnnotationResourceChangedEventArgs.cs
- ResolveCriteria.cs
- SqlFunctionAttribute.cs
- RowToFieldTransformer.cs
- QualifiedCellIdBoolean.cs
- NamespaceCollection.cs
- RenderingEventArgs.cs
- Visual3DCollection.cs
- XmlDataSourceNodeDescriptor.cs
- RuntimeConfigurationRecord.cs
- IISUnsafeMethods.cs
- Content.cs
- _TimerThread.cs
- AppSettingsExpressionBuilder.cs
- NopReturnReader.cs
- BamlTreeUpdater.cs
- ObjectStateManagerMetadata.cs
- TaiwanCalendar.cs
- PreloadedPackages.cs
- SqlBulkCopyColumnMappingCollection.cs
- RequestQueue.cs
- FileNotFoundException.cs
- DropDownButton.cs
- OleDbParameterCollection.cs
- CqlWriter.cs
- XmlDataContract.cs
- XmlSchemaAttributeGroup.cs
- WindowsListView.cs
- TraceContext.cs
- BasePropertyDescriptor.cs
- UriScheme.cs
- Popup.cs
- DrawingCollection.cs
- XmlSchemaChoice.cs
- MessageSecurityOverTcpElement.cs
- FatalException.cs
- DataTransferEventArgs.cs
- RecipientInfo.cs
- ReaderOutput.cs
- DiagnosticsConfigurationHandler.cs
- RegisteredArrayDeclaration.cs
- DataSourceSerializationException.cs
- SiteMapSection.cs
- PocoPropertyAccessorStrategy.cs
- BaseDataList.cs
- ButtonFlatAdapter.cs
- Security.cs
- ImageEditor.cs
- WebBrowserNavigatedEventHandler.cs
- WpfXamlLoader.cs
- UiaCoreProviderApi.cs
- BamlRecordHelper.cs
- FileVersion.cs
- SessionStateSection.cs
- ToolStripDropTargetManager.cs
- ItemDragEvent.cs
- PasswordTextNavigator.cs
- BitmapMetadataBlob.cs
- ClientType.cs
- DoubleStorage.cs
- CodeGenerator.cs
- KnownTypesHelper.cs
- UIElementHelper.cs