Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / Tools / System.Activities.Core.Presentation / System / Activities / Core / Presentation / ConnectorMovedEventArgs.cs / 1305376 / ConnectorMovedEventArgs.cs
//------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All rights reserved.
//-----------------------------------------------------------
namespace System.Activities.Core.Presentation
{
using System.Windows;
using System.Collections.Generic;
class ConnectorMovedEventArgs : EventArgs
{
List newConnectorLocation;
public ConnectorMovedEventArgs(List newConnectorLocation)
{
this.newConnectorLocation = newConnectorLocation;
}
public List NewConnectorLocation
{
get
{
return this.newConnectorLocation;
}
}
}
}
// File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ScrollData.cs
- DesignerOptionService.cs
- Main.cs
- SqlClientFactory.cs
- ToolStripScrollButton.cs
- ConfigDefinitionUpdates.cs
- DataRowChangeEvent.cs
- PageContentCollection.cs
- WindowsGraphics2.cs
- TextSchema.cs
- ViewRendering.cs
- WrappedIUnknown.cs
- StopStoryboard.cs
- XmlStreamNodeWriter.cs
- DataBoundControlAdapter.cs
- OverrideMode.cs
- DelegatedStream.cs
- MenuCommandsChangedEventArgs.cs
- GiveFeedbackEvent.cs
- WindowsRichEdit.cs
- ResXDataNode.cs
- ElementHostAutomationPeer.cs
- SafeMILHandle.cs
- StringBuilder.cs
- SettingsSavedEventArgs.cs
- CryptoStream.cs
- TextProperties.cs
- FactoryGenerator.cs
- TabControl.cs
- WebPartHeaderCloseVerb.cs
- AppDomainUnloadedException.cs
- ReaderWriterLock.cs
- HWStack.cs
- DefaultHttpHandler.cs
- DataServiceQueryException.cs
- SqlBulkCopyColumnMappingCollection.cs
- CurrencyWrapper.cs
- OdbcReferenceCollection.cs
- FrameworkContextData.cs
- Hashtable.cs
- DropShadowEffect.cs
- RulePatternOps.cs
- ProcessInfo.cs
- ConstructorNeedsTagAttribute.cs
- StringComparer.cs
- TableRow.cs
- CodeMemberProperty.cs
- remotingproxy.cs
- DataGridSortCommandEventArgs.cs
- PassportAuthenticationModule.cs
- DragAssistanceManager.cs
- UTF7Encoding.cs
- TabRenderer.cs
- XmlUtf8RawTextWriter.cs
- ImageBrush.cs
- HtmlElementCollection.cs
- SmtpFailedRecipientException.cs
- StaticExtensionConverter.cs
- InstalledFontCollection.cs
- Completion.cs
- autovalidator.cs
- NumberFormatInfo.cs
- TraceUtility.cs
- FontNamesConverter.cs
- XmlSchemaChoice.cs
- InvokePatternIdentifiers.cs
- followingquery.cs
- DbProviderSpecificTypePropertyAttribute.cs
- DebugHandleTracker.cs
- HwndProxyElementProvider.cs
- SweepDirectionValidation.cs
- ReflectPropertyDescriptor.cs
- MemberDescriptor.cs
- CollectionEditor.cs
- RectangleF.cs
- QueryMatcher.cs
- TemplatedEditableDesignerRegion.cs
- WSSecurityJan2004.cs
- BamlTreeMap.cs
- RightsManagementEncryptedStream.cs
- SoapElementAttribute.cs
- Exceptions.cs
- OleDbError.cs
- MachineSettingsSection.cs
- RemoveStoryboard.cs
- ProfileService.cs
- CellConstantDomain.cs
- WebHttpBindingElement.cs
- LayoutInformation.cs
- DebugInfo.cs
- FileVersionInfo.cs
- Context.cs
- PersonalizableTypeEntry.cs
- DependencyObjectPropertyDescriptor.cs
- HttpException.cs
- OleDbCommandBuilder.cs
- util.cs
- MouseButtonEventArgs.cs
- SqlGatherConsumedAliases.cs
- CompositeFontParser.cs