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
- SHA256Managed.cs
- ResourceReader.cs
- SR.cs
- EntityDataSourceSelectedEventArgs.cs
- ValueHandle.cs
- EdmItemError.cs
- PasswordBox.cs
- WinFormsComponentEditor.cs
- DeflateStream.cs
- PropertyGroupDescription.cs
- SqlAggregateChecker.cs
- SqlCacheDependencySection.cs
- PerformanceCounterPermissionEntryCollection.cs
- CodeTypeMemberCollection.cs
- MimeWriter.cs
- RichTextBoxConstants.cs
- TextEditorSpelling.cs
- SecurityResources.cs
- PathGradientBrush.cs
- CompiledQueryCacheEntry.cs
- InternalsVisibleToAttribute.cs
- ValidationErrorCollection.cs
- SamlAuthorizationDecisionClaimResource.cs
- CodeDOMProvider.cs
- Connector.cs
- DataGridViewCellStyleContentChangedEventArgs.cs
- SequenceFullException.cs
- BasicKeyConstraint.cs
- WSHttpBindingBase.cs
- HitTestWithGeometryDrawingContextWalker.cs
- ProgramPublisher.cs
- AbstractSvcMapFileLoader.cs
- ConfigXmlText.cs
- CustomAssemblyResolver.cs
- GridProviderWrapper.cs
- Types.cs
- ImageSourceValueSerializer.cs
- ProxyAttribute.cs
- FillBehavior.cs
- LinqDataSource.cs
- OperationDescriptionCollection.cs
- ToolStripItemRenderEventArgs.cs
- XmlHierarchicalEnumerable.cs
- NetTcpSecurity.cs
- CatalogPart.cs
- ClientRuntimeConfig.cs
- ErrorFormatterPage.cs
- SharedPerformanceCounter.cs
- EditCommandColumn.cs
- PreservationFileWriter.cs
- CookieProtection.cs
- UserPreferenceChangedEventArgs.cs
- SimpleBitVector32.cs
- FixUp.cs
- MiniAssembly.cs
- Typography.cs
- FontWeight.cs
- DropDownButton.cs
- HorizontalAlignConverter.cs
- Slider.cs
- DbConnectionPoolOptions.cs
- XmlSchema.cs
- StorageFunctionMapping.cs
- CodeDefaultValueExpression.cs
- TraceUtils.cs
- BinaryObjectReader.cs
- FormViewUpdatedEventArgs.cs
- DbConnectionPoolCounters.cs
- WebPartCancelEventArgs.cs
- PageAdapter.cs
- ProtectedConfigurationSection.cs
- KeyEvent.cs
- RegexInterpreter.cs
- unsafenativemethodstextservices.cs
- DocumentOrderComparer.cs
- WebPartEditVerb.cs
- RegexCode.cs
- XamlDesignerSerializationManager.cs
- SymmetricAlgorithm.cs
- XmlTextAttribute.cs
- Simplifier.cs
- SafeReadContext.cs
- IndexedGlyphRun.cs
- DesignBindingPicker.cs
- StringReader.cs
- HierarchicalDataSourceControl.cs
- CodePageEncoding.cs
- ListDictionaryInternal.cs
- ItemType.cs
- PropertyTabAttribute.cs
- WhitespaceRuleReader.cs
- PenLineCapValidation.cs
- TextServicesPropertyRanges.cs
- RootAction.cs
- DynamicDiscoSearcher.cs
- StrokeNode.cs
- MemberDomainMap.cs
- TickBar.cs
- CodeStatementCollection.cs
- SourceFilter.cs