Code:
/ 4.0 / 4.0 / untmp / 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.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- Viewport3DVisual.cs
- DbProviderFactories.cs
- XPathSelectionIterator.cs
- CodeAccessSecurityEngine.cs
- HebrewCalendar.cs
- OledbConnectionStringbuilder.cs
- WindowsBrush.cs
- UnmanagedMemoryStreamWrapper.cs
- DocumentCollection.cs
- SimpleExpression.cs
- OperationPickerDialog.cs
- ActivityTypeResolver.xaml.cs
- DataGridViewColumnDividerDoubleClickEventArgs.cs
- DefaultPrintController.cs
- FormattedText.cs
- CopyNamespacesAction.cs
- DataProtection.cs
- NativeRecognizer.cs
- ExtendedPropertyDescriptor.cs
- StyleXamlParser.cs
- ExeConfigurationFileMap.cs
- Table.cs
- ClientSettingsProvider.cs
- XmlSchemaCompilationSettings.cs
- Configuration.cs
- MembershipValidatePasswordEventArgs.cs
- OracleConnectionString.cs
- EndpointPerformanceCounters.cs
- SqlNodeAnnotations.cs
- StreamInfo.cs
- ComponentManagerBroker.cs
- CodeArrayIndexerExpression.cs
- ReadWriteObjectLock.cs
- ResourceContainer.cs
- ColumnClickEvent.cs
- ModelTreeEnumerator.cs
- EditorZone.cs
- EndPoint.cs
- SizeLimitedCache.cs
- VoiceChangeEventArgs.cs
- ServiceHttpHandlerFactory.cs
- TdsValueSetter.cs
- MultiPropertyDescriptorGridEntry.cs
- InputMethodStateTypeInfo.cs
- AxParameterData.cs
- UInt16Converter.cs
- TypedTableGenerator.cs
- ListenerElementsCollection.cs
- Highlights.cs
- FacetDescription.cs
- ControlPaint.cs
- TypedRowHandler.cs
- TimersDescriptionAttribute.cs
- FieldNameLookup.cs
- StateChangeEvent.cs
- GenericParameterDataContract.cs
- ExpressionConverter.cs
- WindowsSecurityTokenAuthenticator.cs
- ZipIOModeEnforcingStream.cs
- PointConverter.cs
- LinkLabelLinkClickedEvent.cs
- Lease.cs
- SafeFileMappingHandle.cs
- CodeDOMUtility.cs
- DllNotFoundException.cs
- ReferentialConstraint.cs
- EntityCommandDefinition.cs
- Publisher.cs
- XmlSchemaAnnotated.cs
- HttpFileCollection.cs
- OrderByBuilder.cs
- EnumCodeDomSerializer.cs
- DataGridView.cs
- assertwrapper.cs
- TextParagraph.cs
- ToolStripTextBox.cs
- Style.cs
- PathParser.cs
- EncryptedReference.cs
- UniqueEventHelper.cs
- WebBodyFormatMessageProperty.cs
- DelegateBodyWriter.cs
- EntryIndex.cs
- VirtualizedCellInfoCollection.cs
- ActiveXHelper.cs
- TransmissionStrategy.cs
- XmlLoader.cs
- ActivityDesignerHighlighter.cs
- PropertyChangingEventArgs.cs
- GridLength.cs
- GeneralTransform.cs
- FilteredDataSetHelper.cs
- AbstractExpressions.cs
- ValueOfAction.cs
- XpsViewerException.cs
- CopyAttributesAction.cs
- OleDbErrorCollection.cs
- MaskInputRejectedEventArgs.cs
- GrammarBuilderPhrase.cs
- ListControl.cs