Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / 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. // Copyright (c) Microsoft Corporation. All rights reserved.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CheckedListBox.cs
- BlockUIContainer.cs
- XMLSyntaxException.cs
- RoleGroup.cs
- CatalogZone.cs
- TableCell.cs
- GroupBoxRenderer.cs
- XmlEventCache.cs
- Win32Exception.cs
- UserPersonalizationStateInfo.cs
- DataViewSetting.cs
- Crypto.cs
- ApplicationFileCodeDomTreeGenerator.cs
- DataServiceStreamProviderWrapper.cs
- RepeaterDesigner.cs
- PtsCache.cs
- LoadWorkflowByKeyAsyncResult.cs
- XmlILTrace.cs
- XmlUtf8RawTextWriter.cs
- XmlSchemaSimpleType.cs
- Stream.cs
- WindowInteractionStateTracker.cs
- Span.cs
- SqlMethodCallConverter.cs
- ListView.cs
- FileUtil.cs
- ButtonBaseAutomationPeer.cs
- ProvidePropertyAttribute.cs
- Hashtable.cs
- RegexCompiler.cs
- SqlInternalConnectionTds.cs
- GreenMethods.cs
- MonthCalendar.cs
- IgnoreFileBuildProvider.cs
- Hex.cs
- DataGridViewCellEventArgs.cs
- FilterRepeater.cs
- ParseNumbers.cs
- GeneralTransform2DTo3D.cs
- OuterGlowBitmapEffect.cs
- LogicalExpr.cs
- StorageScalarPropertyMapping.cs
- PassportAuthentication.cs
- FullTextLine.cs
- EntityContainerEmitter.cs
- Polygon.cs
- WebPartConnectionsCancelVerb.cs
- SafePEFileHandle.cs
- WebPartZoneCollection.cs
- FileStream.cs
- ObjectSecurity.cs
- ExtensionWindow.cs
- InstalledFontCollection.cs
- HttpStreamXmlDictionaryReader.cs
- Keywords.cs
- WebConfigurationFileMap.cs
- ActionMessageFilterTable.cs
- SettingsSection.cs
- FormViewCommandEventArgs.cs
- ProxyWebPartManager.cs
- XhtmlConformanceSection.cs
- ExtendedPropertyInfo.cs
- HyperLinkDataBindingHandler.cs
- WebServiceTypeData.cs
- CodeMemberEvent.cs
- AspCompat.cs
- SafeRegistryHandle.cs
- PerformanceCountersElement.cs
- RepeaterItemCollection.cs
- AllMembershipCondition.cs
- SplashScreen.cs
- AccessDataSource.cs
- Pkcs7Recipient.cs
- IconConverter.cs
- TextBreakpoint.cs
- FontStretch.cs
- InvalidFilterCriteriaException.cs
- ComEventsMethod.cs
- RenderCapability.cs
- XmlSchemaAll.cs
- WebPartMenuStyle.cs
- NativeMethods.cs
- DataGridViewButtonCell.cs
- PersonalizationEntry.cs
- FillBehavior.cs
- TypeExtensionSerializer.cs
- StateRuntime.cs
- ModifierKeysConverter.cs
- CroppedBitmap.cs
- XPathCompiler.cs
- CodeArrayIndexerExpression.cs
- StylusShape.cs
- DllNotFoundException.cs
- InstanceNormalEvent.cs
- SingleConverter.cs
- EventToken.cs
- BamlReader.cs
- COM2ExtendedBrowsingHandler.cs
- DecoderBestFitFallback.cs
- UnsafeNativeMethods.cs