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
- EntityTransaction.cs
- RenderContext.cs
- CodePropertyReferenceExpression.cs
- HttpServerUtilityWrapper.cs
- EntityReference.cs
- AuthenticationModuleElementCollection.cs
- EncryptedKey.cs
- FlowLayout.cs
- XmlSchemaValidationException.cs
- TreeNodeBindingDepthConverter.cs
- GZipStream.cs
- InvalidateEvent.cs
- BrowserCapabilitiesFactory.cs
- EnumType.cs
- ReflectionPermission.cs
- AdvancedBindingPropertyDescriptor.cs
- BamlReader.cs
- ZipIOBlockManager.cs
- PathFigureCollection.cs
- BamlResourceDeserializer.cs
- VersionUtil.cs
- HtmlImage.cs
- DayRenderEvent.cs
- ExceptionDetail.cs
- ErrorRuntimeConfig.cs
- Rotation3D.cs
- ActivationService.cs
- NavigationHelper.cs
- Int16Converter.cs
- ClipboardData.cs
- DockPattern.cs
- TextChange.cs
- SByteStorage.cs
- AttachedAnnotationChangedEventArgs.cs
- bidPrivateBase.cs
- OperandQuery.cs
- HealthMonitoringSection.cs
- XamlParser.cs
- LineMetrics.cs
- FusionWrap.cs
- Component.cs
- TimeManager.cs
- DefaultBindingPropertyAttribute.cs
- DataGridViewAccessibleObject.cs
- ObsoleteAttribute.cs
- IndexedGlyphRun.cs
- SystemUdpStatistics.cs
- TracingConnectionInitiator.cs
- ProtocolViolationException.cs
- AddInAttribute.cs
- PasswordTextNavigator.cs
- ClientSettingsStore.cs
- SyntaxCheck.cs
- CorrelationManager.cs
- ThreadAbortException.cs
- FocusManager.cs
- HttpRequestCacheValidator.cs
- PageParserFilter.cs
- xml.cs
- CodeTypeDeclarationCollection.cs
- WinEventWrap.cs
- BulletedListEventArgs.cs
- UniqueCodeIdentifierScope.cs
- CookieProtection.cs
- SimpleType.cs
- FileSystemInfo.cs
- ColorTransformHelper.cs
- ChtmlImageAdapter.cs
- Console.cs
- IntSecurity.cs
- Literal.cs
- MessageQueuePermissionEntry.cs
- FieldNameLookup.cs
- Figure.cs
- HuffCodec.cs
- FormatException.cs
- EventHandlersStore.cs
- BindableTemplateBuilder.cs
- ResXFileRef.cs
- ItemCollection.cs
- SocketException.cs
- SocketConnection.cs
- InputLangChangeRequestEvent.cs
- BindingList.cs
- AnnotationComponentChooser.cs
- MetadataUtilsSmi.cs
- EventSourceCreationData.cs
- XmlHierarchicalDataSourceView.cs
- ListViewSortEventArgs.cs
- TextModifier.cs
- OpenTypeLayout.cs
- CollectionsUtil.cs
- PartialTrustHelpers.cs
- SubpageParagraph.cs
- ToolBar.cs
- DataBinder.cs
- ButtonField.cs
- ArrayWithOffset.cs
- AddressAccessDeniedException.cs
- WebEncodingValidator.cs