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
- SiteMapProvider.cs
- GridViewUpdateEventArgs.cs
- TdsParser.cs
- DefaultPrintController.cs
- SyndicationItemFormatter.cs
- GeneratedCodeAttribute.cs
- StylusPlugin.cs
- XmlException.cs
- DescriptionAttribute.cs
- AnnotationComponentChooser.cs
- QueryPageSettingsEventArgs.cs
- DispatcherHookEventArgs.cs
- CompositeDataBoundControl.cs
- OAVariantLib.cs
- XamlRtfConverter.cs
- DataSourceGroupCollection.cs
- DrawingGroup.cs
- StateWorkerRequest.cs
- SQLInt64Storage.cs
- FixedFlowMap.cs
- XomlCompilerHelpers.cs
- XmlNullResolver.cs
- MessageEventSubscriptionService.cs
- PreviousTrackingServiceAttribute.cs
- Delegate.cs
- TextTrailingWordEllipsis.cs
- VisualStateGroup.cs
- ClientFormsIdentity.cs
- FormClosedEvent.cs
- QueryReaderSettings.cs
- StringResourceManager.cs
- ConnectionsZone.cs
- UrlMappingsModule.cs
- DocumentationServerProtocol.cs
- MultipartContentParser.cs
- AmbientLight.cs
- UIElementHelper.cs
- WorkItem.cs
- DetailsViewRowCollection.cs
- FontCollection.cs
- GeneratedCodeAttribute.cs
- wmiprovider.cs
- ApplicationDirectory.cs
- RtfToXamlLexer.cs
- MILUtilities.cs
- ExclusiveCanonicalizationTransform.cs
- SecurityElement.cs
- DataContext.cs
- IPipelineRuntime.cs
- TypeDescriptionProvider.cs
- PresentationSource.cs
- BamlLocalizabilityResolver.cs
- GetPageNumberCompletedEventArgs.cs
- HttpHandlerAction.cs
- EdmType.cs
- AxDesigner.cs
- XmlQueryStaticData.cs
- ImplicitInputBrush.cs
- TableItemPatternIdentifiers.cs
- Function.cs
- ClientOptions.cs
- Expressions.cs
- SqlBooleanizer.cs
- EdmProviderManifest.cs
- SQLResource.cs
- Processor.cs
- latinshape.cs
- LayoutEditorPart.cs
- TaiwanLunisolarCalendar.cs
- SslStreamSecurityBindingElement.cs
- SortExpressionBuilder.cs
- Parser.cs
- ToolboxService.cs
- Style.cs
- StackBuilderSink.cs
- HttpProfileBase.cs
- ResizeGrip.cs
- HwndHost.cs
- InternalCache.cs
- ScriptDescriptor.cs
- BinarySerializer.cs
- TextTreeInsertUndoUnit.cs
- HtmlEmptyTagControlBuilder.cs
- InfoCardRSAPKCS1SignatureDeformatter.cs
- IgnoreDataMemberAttribute.cs
- DeclarativeCatalogPart.cs
- ByteFacetDescriptionElement.cs
- MetadataSerializer.cs
- prefixendpointaddressmessagefilter.cs
- SchemaImporterExtensionsSection.cs
- ValueType.cs
- Column.cs
- BaseValidatorDesigner.cs
- SimplePropertyEntry.cs
- CommandLibraryHelper.cs
- LocatorGroup.cs
- OrderByQueryOptionExpression.cs
- WithParamAction.cs
- WebRequest.cs
- ServicesExceptionNotHandledEventArgs.cs