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
- WorkflowOwnershipException.cs
- HtmlEmptyTagControlBuilder.cs
- SponsorHelper.cs
- Opcode.cs
- BrushValueSerializer.cs
- Logging.cs
- ThemeableAttribute.cs
- CmsUtils.cs
- ErrorWrapper.cs
- NetMsmqBindingCollectionElement.cs
- InvokeSchedule.cs
- SystemWebCachingSectionGroup.cs
- ZipFileInfo.cs
- DataChangedEventManager.cs
- TraceSection.cs
- AddInProcess.cs
- ItemsControl.cs
- EditorServiceContext.cs
- MimeTextImporter.cs
- TextSelectionHelper.cs
- AnnotationResourceChangedEventArgs.cs
- Expander.cs
- SoapServerProtocol.cs
- DescendentsWalker.cs
- UnaryQueryOperator.cs
- StyleBamlTreeBuilder.cs
- DataServiceHost.cs
- ToolStripRendererSwitcher.cs
- OrthographicCamera.cs
- EditorPartCollection.cs
- SmiMetaData.cs
- Brushes.cs
- XmlTextReaderImpl.cs
- TextTreeRootTextBlock.cs
- ISFTagAndGuidCache.cs
- Panel.cs
- ActiveXHelper.cs
- RelationshipType.cs
- Calendar.cs
- ListBoxItemAutomationPeer.cs
- JsonQNameDataContract.cs
- WebPermission.cs
- ThicknessKeyFrameCollection.cs
- SafeCryptContextHandle.cs
- StringUtil.cs
- COM2ExtendedUITypeEditor.cs
- CompilerInfo.cs
- XsdBuilder.cs
- LogManagementAsyncResult.cs
- WebServiceHostFactory.cs
- IdleTimeoutMonitor.cs
- FontStyleConverter.cs
- Size3D.cs
- RequestStatusBarUpdateEventArgs.cs
- SafeFileMappingHandle.cs
- FontInfo.cs
- PreviewPrintController.cs
- MenuItemStyle.cs
- SettingsProperty.cs
- Slider.cs
- TypeFieldSchema.cs
- ScrollProviderWrapper.cs
- HostProtectionException.cs
- SHA384CryptoServiceProvider.cs
- XmlNodeReader.cs
- Freezable.cs
- SafeCertificateStore.cs
- DataGridViewAutoSizeModeEventArgs.cs
- MessageOperationFormatter.cs
- BuildProvider.cs
- PerfCounterSection.cs
- SecurityElement.cs
- FontSizeConverter.cs
- GrammarBuilder.cs
- TextDecorations.cs
- TraceLevelStore.cs
- ObjectListItem.cs
- VirtualDirectoryMapping.cs
- JapaneseLunisolarCalendar.cs
- SqlXml.cs
- WebServiceHandler.cs
- DataFormats.cs
- RelatedView.cs
- GeneralTransform2DTo3D.cs
- XmlSignatureProperties.cs
- TriggerAction.cs
- TableCellAutomationPeer.cs
- AmbiguousMatchException.cs
- MasterPageParser.cs
- ProcessModule.cs
- DataGridViewBand.cs
- GridViewAutomationPeer.cs
- WebBrowserContainer.cs
- CodeMemberEvent.cs
- TraceInternal.cs
- GradientBrush.cs
- BasicExpressionVisitor.cs
- _SpnDictionary.cs
- PersistChildrenAttribute.cs
- FormViewUpdatedEventArgs.cs