Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / WinForms / Managed / System / WinForms / TreeNodeClickEventArgs.cs / 1 / TreeNodeClickEventArgs.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using System.Drawing; using Microsoft.Win32; ////// /// public class TreeNodeMouseClickEventArgs : MouseEventArgs { private TreeNode node; ////// Provides data for the ////// or event. /// /// /// public TreeNodeMouseClickEventArgs(TreeNode node, MouseButtons button, int clicks, int x, int y) : base(button, clicks, x, y, 0) { this.node = node; } ///[To be supplied.] ////// /// public TreeNode Node { get { return node; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ //[To be supplied.] ///// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using System.Drawing; using Microsoft.Win32; ////// /// public class TreeNodeMouseClickEventArgs : MouseEventArgs { private TreeNode node; ////// Provides data for the ////// or event. /// /// /// public TreeNodeMouseClickEventArgs(TreeNode node, MouseButtons button, int clicks, int x, int y) : base(button, clicks, x, y, 0) { this.node = node; } ///[To be supplied.] ////// /// public TreeNode Node { get { return node; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- FamilyMapCollection.cs
- SchemaLookupTable.cs
- ConsumerConnectionPointCollection.cs
- DbMetaDataFactory.cs
- ExpressionWriter.cs
- UTF7Encoding.cs
- SqlTopReducer.cs
- MatrixTransform3D.cs
- ForeignConstraint.cs
- BoundField.cs
- DefinitionBase.cs
- ToolStripItemImageRenderEventArgs.cs
- StringAnimationBase.cs
- SchemaExporter.cs
- DBPropSet.cs
- Util.cs
- cookiecontainer.cs
- ProgressBar.cs
- dtdvalidator.cs
- RTLAwareMessageBox.cs
- SignatureToken.cs
- XmlReaderDelegator.cs
- ToolStripSplitButton.cs
- DupHandleConnectionReader.cs
- MethodAccessException.cs
- PartialCachingAttribute.cs
- XmlNavigatorFilter.cs
- XmlAggregates.cs
- Point4DValueSerializer.cs
- Brush.cs
- ModuleConfigurationInfo.cs
- XmlnsCache.cs
- RegexBoyerMoore.cs
- BoundField.cs
- DbConnectionPoolOptions.cs
- ProxyAttribute.cs
- DataTableNameHandler.cs
- ToolboxItemFilterAttribute.cs
- storepermissionattribute.cs
- ObjectListShowCommandsEventArgs.cs
- PackWebRequest.cs
- Utils.cs
- SvcMapFileSerializer.cs
- WebControl.cs
- WpfGeneratedKnownProperties.cs
- DefaultParameterValueAttribute.cs
- Trigger.cs
- TypeSystem.cs
- XsltException.cs
- TimeManager.cs
- ObjectParameter.cs
- TabPage.cs
- ObjectHandle.cs
- RepeatBehaviorConverter.cs
- FileVersion.cs
- MultipleViewProviderWrapper.cs
- WmlCommandAdapter.cs
- CounterSampleCalculator.cs
- NamedPermissionSet.cs
- DesignerRegionCollection.cs
- DataGridPageChangedEventArgs.cs
- TextTreeTextNode.cs
- SqlOuterApplyReducer.cs
- Scene3D.cs
- Propagator.Evaluator.cs
- Brush.cs
- WpfXamlType.cs
- ParameterCollection.cs
- MarkupExtensionSerializer.cs
- SRef.cs
- RSAProtectedConfigurationProvider.cs
- CustomPopupPlacement.cs
- GridViewHeaderRowPresenter.cs
- ReadWriteSpinLock.cs
- Typeface.cs
- _FtpDataStream.cs
- RegionInfo.cs
- PlatformCulture.cs
- DataControlLinkButton.cs
- ExpressionBuilder.cs
- DragDeltaEventArgs.cs
- ServiceModelInstallComponent.cs
- DesignerEditorPartChrome.cs
- FixedSOMElement.cs
- PeerNameResolver.cs
- TransformerInfo.cs
- QilScopedVisitor.cs
- PermissionSet.cs
- WebBrowser.cs
- DelayedRegex.cs
- PocoPropertyAccessorStrategy.cs
- HostProtectionPermission.cs
- TreeBuilder.cs
- DelegatingMessage.cs
- TextProperties.cs
- TrustManagerMoreInformation.cs
- SemaphoreFullException.cs
- Wildcard.cs
- UniqueIdentifierService.cs
- XmlSerializerOperationGenerator.cs