Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / cdf / src / NetFx40 / Tools / System.Activities.Core.Presentation / System / Activities / Core / Presentation / LocationChangedEventArgs.cs / 1305376 / LocationChangedEventArgs.cs
//------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All rights reserved. //----------------------------------------------------------- namespace System.Activities.Core.Presentation { using System.Windows; using System.Runtime; [Fx.Tag.XamlVisible(false)] public class LocationChangedEventArgs : EventArgs { Point newLocation; public LocationChangedEventArgs(Point newLocation) { this.newLocation = newLocation; } public Point NewLocation { get { return this.newLocation; } } } } // 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
- WinInetCache.cs
- SpecialNameAttribute.cs
- DesignerTransaction.cs
- SqlDeflator.cs
- Speller.cs
- RefreshEventArgs.cs
- PositiveTimeSpanValidator.cs
- SqlConnectionHelper.cs
- XPathMessageContext.cs
- TemplateBindingExtensionConverter.cs
- DateTimeFormat.cs
- InternalPermissions.cs
- DrawingContextDrawingContextWalker.cs
- HostingEnvironmentException.cs
- PermissionSetEnumerator.cs
- ClassHandlersStore.cs
- Color.cs
- SByte.cs
- TagPrefixAttribute.cs
- TextBoxBase.cs
- DataBinding.cs
- WindowsListViewItem.cs
- StyleModeStack.cs
- XPathNodeInfoAtom.cs
- Triangle.cs
- RegistryConfigurationProvider.cs
- SqlNamer.cs
- PublishLicense.cs
- Vector3DKeyFrameCollection.cs
- DesignTimeTemplateParser.cs
- JsonQueryStringConverter.cs
- HttpProfileGroupBase.cs
- SQLInt64.cs
- XPathQueryGenerator.cs
- CustomError.cs
- ManagementScope.cs
- WebPartDisplayMode.cs
- NodeLabelEditEvent.cs
- DataGridViewComboBoxEditingControl.cs
- BasePattern.cs
- Stack.cs
- XmlSchemaExporter.cs
- DecimalConstantAttribute.cs
- WindowsAltTab.cs
- WebZone.cs
- WebPartCatalogCloseVerb.cs
- MediaPlayer.cs
- LoginDesigner.cs
- OpenTypeLayoutCache.cs
- SecondaryViewProvider.cs
- ReflectionPermission.cs
- IncrementalHitTester.cs
- OpCodes.cs
- HttpResponseHeader.cs
- SystemNetworkInterface.cs
- ClaimSet.cs
- Condition.cs
- RefreshPropertiesAttribute.cs
- DataControlButton.cs
- ApplicationServiceHelper.cs
- OutOfMemoryException.cs
- SimpleHandlerBuildProvider.cs
- LabelInfo.cs
- HybridDictionary.cs
- MailAddress.cs
- ToolboxComponentsCreatingEventArgs.cs
- PrintDialogDesigner.cs
- EventHandlerList.cs
- MetadataPropertyCollection.cs
- MasterPageBuildProvider.cs
- SymLanguageType.cs
- FileDialogCustomPlace.cs
- EntityProviderFactory.cs
- XmlFileEditor.cs
- PropertyRef.cs
- WbemException.cs
- TagPrefixCollection.cs
- FontUnit.cs
- OrthographicCamera.cs
- AppDomain.cs
- ReachDocumentSequenceSerializer.cs
- XmlMembersMapping.cs
- Stopwatch.cs
- ContainerControl.cs
- ListViewInsertionMark.cs
- ServiceManager.cs
- MinMaxParagraphWidth.cs
- ButtonBase.cs
- KeyEvent.cs
- ResourcePermissionBaseEntry.cs
- EncoderFallback.cs
- XPathDocumentNavigator.cs
- RuleInfoComparer.cs
- CollectionViewGroupInternal.cs
- ByteStorage.cs
- Hash.cs
- QuaternionIndependentAnimationStorage.cs
- AssemblyAssociatedContentFileAttribute.cs
- FieldNameLookup.cs
- ControllableStoryboardAction.cs