Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / ToolStripLocationCancelEventArgs.cs / 1305376 / ToolStripLocationCancelEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.ComponentModel; using System.Diagnostics; using System; using System.Drawing; ////// /// internal class ToolStripLocationCancelEventArgs : CancelEventArgs { private Point newLocation; ////// ToolStripLocationCancelEventArgs provides Arguments for the Cancelable LocationChanging Event. /// event. /// ////// /// public ToolStripLocationCancelEventArgs(Point newLocation, bool value) : base(value) { this.newLocation = newLocation; } ////// Initializes a new instance of the ToolStripLocationCancelEventArgs with cancel value. /// ////// /// public Point NewLocation { get { return this.newLocation; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Returns the New Location of the ToolStrip. /// ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.ComponentModel; using System.Diagnostics; using System; using System.Drawing; ////// /// internal class ToolStripLocationCancelEventArgs : CancelEventArgs { private Point newLocation; ////// ToolStripLocationCancelEventArgs provides Arguments for the Cancelable LocationChanging Event. /// event. /// ////// /// public ToolStripLocationCancelEventArgs(Point newLocation, bool value) : base(value) { this.newLocation = newLocation; } ////// Initializes a new instance of the ToolStripLocationCancelEventArgs with cancel value. /// ////// /// public Point NewLocation { get { return this.newLocation; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Returns the New Location of the ToolStrip. /// ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ListViewDataItem.cs
- InternalDuplexBindingElement.cs
- StorageMappingItemCollection.cs
- CqlLexerHelpers.cs
- FontNamesConverter.cs
- VectorCollection.cs
- ReadOnlyHierarchicalDataSourceView.cs
- LinkLabelLinkClickedEvent.cs
- ConfigurationManagerHelperFactory.cs
- SqlExpander.cs
- DataTableCollection.cs
- SimplePropertyEntry.cs
- OuterGlowBitmapEffect.cs
- DbConnectionPoolGroupProviderInfo.cs
- AnnotationService.cs
- brushes.cs
- BitVector32.cs
- ScriptMethodAttribute.cs
- EncoderBestFitFallback.cs
- SystemColorTracker.cs
- TextTreeText.cs
- UrlAuthFailedErrorFormatter.cs
- MessageQueueTransaction.cs
- OperatorExpressions.cs
- LayoutUtils.cs
- CleanUpVirtualizedItemEventArgs.cs
- MetadataSerializer.cs
- ZeroOpNode.cs
- ScrollProviderWrapper.cs
- DocumentationServerProtocol.cs
- QuotaExceededException.cs
- ExpressionBindings.cs
- UpdatableGenericsFeature.cs
- GrammarBuilderDictation.cs
- TextParentUndoUnit.cs
- QueryExpression.cs
- BitmapFrameDecode.cs
- PropertyIDSet.cs
- CatalogZone.cs
- TextCollapsingProperties.cs
- XmlObjectSerializerReadContextComplexJson.cs
- XmlSerializationGeneratedCode.cs
- AesManaged.cs
- WSAddressing10ProblemHeaderQNameFault.cs
- VisualStates.cs
- TypeLoadException.cs
- GlobalProxySelection.cs
- FixedSOMTextRun.cs
- EdmError.cs
- String.cs
- WebControlAdapter.cs
- XmlNullResolver.cs
- StylusCollection.cs
- ILGenerator.cs
- EventsTab.cs
- ForeignKeyFactory.cs
- FontFaceLayoutInfo.cs
- CatalogZoneBase.cs
- WebRequest.cs
- RangeValuePattern.cs
- PaperSize.cs
- BroadcastEventHelper.cs
- InplaceBitmapMetadataWriter.cs
- OciLobLocator.cs
- CompilerScope.Storage.cs
- GridViewUpdateEventArgs.cs
- ControlBuilderAttribute.cs
- CustomServiceCredentials.cs
- XmlChoiceIdentifierAttribute.cs
- JsonUriDataContract.cs
- TreeNodeStyle.cs
- DoubleAnimation.cs
- StorageBasedPackageProperties.cs
- XsltException.cs
- NetMsmqSecurityMode.cs
- MachinePropertyVariants.cs
- SingleAnimation.cs
- OdbcConnectionHandle.cs
- hebrewshape.cs
- UnsafeNativeMethodsMilCoreApi.cs
- OleDbRowUpdatingEvent.cs
- XsltFunctions.cs
- MemberJoinTreeNode.cs
- NativeMethods.cs
- AccessDataSourceDesigner.cs
- SqlConnectionPoolGroupProviderInfo.cs
- Enlistment.cs
- TextChangedEventArgs.cs
- ByteAnimationBase.cs
- GraphicsContext.cs
- CounterCreationData.cs
- LineSegment.cs
- HttpConfigurationContext.cs
- HuffmanTree.cs
- UndoEngine.cs
- XmlSchemaSimpleTypeRestriction.cs
- StylusTip.cs
- SystemFonts.cs
- ConfigurationElementProperty.cs
- GridViewColumn.cs