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
- ObjectViewEntityCollectionData.cs
- WebPartConnectionsCancelVerb.cs
- ConfigurationPropertyAttribute.cs
- SymLanguageType.cs
- RowUpdatingEventArgs.cs
- XmlSchemaSimpleType.cs
- XmlWriterTraceListener.cs
- RoleManagerSection.cs
- ProtectedConfiguration.cs
- TextServicesCompartmentContext.cs
- ProcessThread.cs
- WindowsFormsHostAutomationPeer.cs
- LayoutUtils.cs
- PolicyManager.cs
- DataGridViewCell.cs
- WebPartDisplayModeCancelEventArgs.cs
- SettingsProviderCollection.cs
- ErrorFormatterPage.cs
- InputScopeManager.cs
- IntSecurity.cs
- MatrixTransform3D.cs
- WindowsAuthenticationModule.cs
- TextAction.cs
- WSSecurityOneDotOneSendSecurityHeader.cs
- StorageScalarPropertyMapping.cs
- ChangeBlockUndoRecord.cs
- EventLog.cs
- RowSpanVector.cs
- SQLCharsStorage.cs
- ExpressionDumper.cs
- ListControlActionList.cs
- ClipboardProcessor.cs
- XmlSchemaGroup.cs
- HostedTransportConfigurationManager.cs
- CodeSnippetTypeMember.cs
- TemplateParser.cs
- PropVariant.cs
- DataRelation.cs
- BinaryVersion.cs
- UrlParameterReader.cs
- OdbcTransaction.cs
- ToolStripPanel.cs
- Stackframe.cs
- ToolStripGrip.cs
- LinearGradientBrush.cs
- HandlerBase.cs
- AmbientLight.cs
- SchemaComplexType.cs
- DigestTraceRecordHelper.cs
- StructuredProperty.cs
- querybuilder.cs
- PointConverter.cs
- XhtmlBasicCalendarAdapter.cs
- TransformGroup.cs
- ObjectSet.cs
- CreateParams.cs
- SafeThemeHandle.cs
- FixedSOMTextRun.cs
- XmlSchemaInfo.cs
- GuidelineCollection.cs
- BaseServiceProvider.cs
- CustomPopupPlacement.cs
- ProviderUtil.cs
- ToolBar.cs
- _NTAuthentication.cs
- HostingEnvironment.cs
- TagPrefixInfo.cs
- MultiDataTrigger.cs
- UDPClient.cs
- InitializerFacet.cs
- PhysicalAddress.cs
- DependencyObject.cs
- LayoutTable.cs
- ToolStripContainer.cs
- X509ChainElement.cs
- PlatformNotSupportedException.cs
- MetadataArtifactLoaderFile.cs
- EventMemberCodeDomSerializer.cs
- ConversionValidationRule.cs
- EventTrigger.cs
- Descriptor.cs
- XmlSiteMapProvider.cs
- XmlNodeComparer.cs
- Trace.cs
- ProcessHostServerConfig.cs
- KnownBoxes.cs
- WpfKnownTypeInvoker.cs
- SortedDictionary.cs
- ActionItem.cs
- TextProviderWrapper.cs
- XmlSchemaImport.cs
- PathStreamGeometryContext.cs
- Application.cs
- ColorConvertedBitmap.cs
- ExpressionsCollectionConverter.cs
- AxisAngleRotation3D.cs
- AttributeEmitter.cs
- NavigatingCancelEventArgs.cs
- RuleSettings.cs
- AssemblyAttributes.cs