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
- SecurityKeyUsage.cs
- _AutoWebProxyScriptWrapper.cs
- DispatchChannelSink.cs
- EventLogPermissionEntry.cs
- ObjectSelectorEditor.cs
- FilterException.cs
- CssTextWriter.cs
- Inline.cs
- SQLResource.cs
- DecimalStorage.cs
- HttpCachePolicyElement.cs
- InternalBufferOverflowException.cs
- CopyOfAction.cs
- ImageSourceConverter.cs
- RouteParametersHelper.cs
- MessageBox.cs
- WindowPatternIdentifiers.cs
- Config.cs
- QilInvokeEarlyBound.cs
- WebPartVerb.cs
- PauseStoryboard.cs
- RowToFieldTransformer.cs
- XslNumber.cs
- StringUtil.cs
- LoadMessageLogger.cs
- CompareValidator.cs
- ObjectResult.cs
- ToolboxItemWrapper.cs
- TypeInitializationException.cs
- brushes.cs
- DataServiceRequestOfT.cs
- CommandEventArgs.cs
- DateTimeConstantAttribute.cs
- DataSetUtil.cs
- CodeDirectoryCompiler.cs
- BitmapSourceSafeMILHandle.cs
- TriState.cs
- WithParamAction.cs
- XmlJsonWriter.cs
- BooleanExpr.cs
- CounterCreationDataCollection.cs
- DescendantQuery.cs
- LinkArea.cs
- TemplateManager.cs
- OleDbSchemaGuid.cs
- FontResourceCache.cs
- DependencyObjectPropertyDescriptor.cs
- QueryTreeBuilder.cs
- SerializationHelper.cs
- Crypto.cs
- propertytag.cs
- UniqueConstraint.cs
- OutOfMemoryException.cs
- PersonalizationProvider.cs
- Type.cs
- WindowsIdentity.cs
- ActivationArguments.cs
- ImagingCache.cs
- X509ScopedServiceCertificateElement.cs
- smtpconnection.cs
- CompilationUtil.cs
- storepermissionattribute.cs
- Flattener.cs
- Enlistment.cs
- Compiler.cs
- HostedTcpTransportManager.cs
- TemplatedAdorner.cs
- LayoutUtils.cs
- FormView.cs
- CompilationUtil.cs
- ProcessThread.cs
- codemethodreferenceexpression.cs
- TabletDeviceInfo.cs
- LoadGrammarCompletedEventArgs.cs
- Metafile.cs
- FormViewUpdateEventArgs.cs
- FixedPageAutomationPeer.cs
- WebPartDescriptionCollection.cs
- ObjectDataSourceView.cs
- StyleCollection.cs
- CompiledELinqQueryState.cs
- DesignerSerializerAttribute.cs
- SurrogateEncoder.cs
- Environment.cs
- CatalogPartChrome.cs
- ParameterModifier.cs
- EventProxy.cs
- XmlIlVisitor.cs
- PrincipalPermission.cs
- Slider.cs
- DesignTimeTemplateParser.cs
- ArglessEventHandlerProxy.cs
- SystemIPv6InterfaceProperties.cs
- CommonProperties.cs
- PlainXmlWriter.cs
- XmlBinaryReader.cs
- FormatException.cs
- SID.cs
- InternalEnumValidatorAttribute.cs
- BaseUriHelper.cs