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
- CompilerGeneratedAttribute.cs
- SortDescriptionCollection.cs
- DispatchChannelSink.cs
- Menu.cs
- XslTransform.cs
- SignalGate.cs
- StringFreezingAttribute.cs
- DataTrigger.cs
- EntityClassGenerator.cs
- TagMapInfo.cs
- PerspectiveCamera.cs
- GeneralTransformGroup.cs
- EncoderParameter.cs
- AuthenticationService.cs
- IsolatedStorageFilePermission.cs
- DesignerSerializerAttribute.cs
- WebPartDisplayModeEventArgs.cs
- EntityDataSourceChangingEventArgs.cs
- XmlSchemaType.cs
- ProjectionAnalyzer.cs
- CodeGenHelper.cs
- SchemaHelper.cs
- WebPermission.cs
- GiveFeedbackEventArgs.cs
- TreeNodeCollection.cs
- DiscreteKeyFrames.cs
- PrincipalPermission.cs
- UriScheme.cs
- MatrixUtil.cs
- BuildProvidersCompiler.cs
- ChangeBlockUndoRecord.cs
- keycontainerpermission.cs
- XmlUtil.cs
- Policy.cs
- DataPagerField.cs
- EntityWrapper.cs
- FileClassifier.cs
- AspNetPartialTrustHelpers.cs
- DomainLiteralReader.cs
- Underline.cs
- InstancePersistence.cs
- HandledMouseEvent.cs
- WebBrowserEvent.cs
- TimeStampChecker.cs
- _NestedSingleAsyncResult.cs
- DataProviderNameConverter.cs
- FontStyleConverter.cs
- TemplatedMailWebEventProvider.cs
- LoginViewDesigner.cs
- DispatcherEventArgs.cs
- DataTrigger.cs
- _NativeSSPI.cs
- OptionalColumn.cs
- WebRequest.cs
- TextSpanModifier.cs
- ZipIOModeEnforcingStream.cs
- FontWeight.cs
- DiagnosticsConfiguration.cs
- DrawingAttributes.cs
- unsafenativemethodsother.cs
- AggregatePushdown.cs
- DateBoldEvent.cs
- FigureParagraph.cs
- RegexMatch.cs
- LinqDataSourceDeleteEventArgs.cs
- HttpCachePolicy.cs
- MediaPlayer.cs
- MouseButton.cs
- GenericWebPart.cs
- WindowsGraphicsWrapper.cs
- FusionWrap.cs
- SmiTypedGetterSetter.cs
- DoWorkEventArgs.cs
- RealProxy.cs
- BuiltInPermissionSets.cs
- ParentUndoUnit.cs
- Baml2006SchemaContext.cs
- SqlMethodCallConverter.cs
- InternalMappingException.cs
- WSHttpSecurityElement.cs
- DataServiceContext.cs
- XamlDesignerSerializationManager.cs
- ControllableStoryboardAction.cs
- DefaultObjectSerializer.cs
- CustomErrorCollection.cs
- SynchronizationContext.cs
- Pkcs9Attribute.cs
- Literal.cs
- Property.cs
- RelatedCurrencyManager.cs
- HierarchicalDataBoundControl.cs
- NavigationProperty.cs
- EntityParameterCollection.cs
- XmlSchemaAnyAttribute.cs
- EntityWrapper.cs
- CollectionAdapters.cs
- SequentialActivityDesigner.cs
- BamlMapTable.cs
- DataRecordInfo.cs
- EmptyEnumerable.cs