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
- SiteMapNodeItemEventArgs.cs
- AccessibleObject.cs
- C14NUtil.cs
- WindowPattern.cs
- FieldNameLookup.cs
- DescendantQuery.cs
- ObjectConverter.cs
- Polyline.cs
- SqlAliaser.cs
- XmlDesignerDataSourceView.cs
- HtmlForm.cs
- StyleSheetComponentEditor.cs
- HMACSHA256.cs
- PointCollection.cs
- StylusSystemGestureEventArgs.cs
- VisualProxy.cs
- RectAnimationBase.cs
- OleDbFactory.cs
- RectangleF.cs
- UrlMapping.cs
- SqlCommandSet.cs
- PixelFormats.cs
- DependencyProperty.cs
- SynchronizationFilter.cs
- TemplateControlCodeDomTreeGenerator.cs
- Separator.cs
- HebrewCalendar.cs
- SortQuery.cs
- WindowsListViewGroup.cs
- ConfigurationProperty.cs
- StringUtil.cs
- PerformanceCounterLib.cs
- WebRequestModuleElement.cs
- BaseResourcesBuildProvider.cs
- CommandPlan.cs
- BuildProviderAppliesToAttribute.cs
- WebPartDisplayMode.cs
- DesignerVerbCollection.cs
- UnsettableComboBox.cs
- PathFigureCollection.cs
- XmlQualifiedNameTest.cs
- TypeNameConverter.cs
- XmlMapping.cs
- TextTreeObjectNode.cs
- Type.cs
- IsolatedStorageException.cs
- WindowsListViewScroll.cs
- ProxyGenerator.cs
- MetadataCache.cs
- MaskDescriptors.cs
- _ListenerAsyncResult.cs
- TableColumn.cs
- IsolatedStorage.cs
- VideoDrawing.cs
- HtmlFormAdapter.cs
- SchemaObjectWriter.cs
- ObjectStorage.cs
- StyleHelper.cs
- EventWaitHandle.cs
- ConstantProjectedSlot.cs
- MetaData.cs
- RegisteredExpandoAttribute.cs
- Opcode.cs
- SoapCodeExporter.cs
- Metadata.cs
- MaskedTextBox.cs
- SessionStateItemCollection.cs
- SqlError.cs
- XmlHierarchicalDataSourceView.cs
- _FixedSizeReader.cs
- TransactedBatchingElement.cs
- PreloadedPackages.cs
- BinaryMethodMessage.cs
- PathGeometry.cs
- MultiSelectRootGridEntry.cs
- CodeChecksumPragma.cs
- PathGradientBrush.cs
- Roles.cs
- IImplicitResourceProvider.cs
- DataGridViewCellConverter.cs
- SecurityUtils.cs
- UnmanagedMarshal.cs
- ListViewItemSelectionChangedEvent.cs
- BrowsableAttribute.cs
- ProcessThreadDesigner.cs
- FtpCachePolicyElement.cs
- DataColumnCollection.cs
- ScriptResourceHandler.cs
- JoinTreeSlot.cs
- Rotation3DAnimation.cs
- DocumentPage.cs
- OfTypeExpression.cs
- DataGridViewImageCell.cs
- SymmetricSecurityBindingElement.cs
- CoreSwitches.cs
- SymbolEqualComparer.cs
- ConvertersCollection.cs
- TypefaceCollection.cs
- MSAANativeProvider.cs
- WebResourceAttribute.cs