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
- FactoryId.cs
- AutoGeneratedField.cs
- XmlBinaryReader.cs
- EnumerableRowCollection.cs
- UIElementIsland.cs
- WindowsTokenRoleProvider.cs
- LinkedResource.cs
- VBIdentifierNameEditor.cs
- DataControlLinkButton.cs
- SrgsGrammarCompiler.cs
- DeflateStreamAsyncResult.cs
- SpotLight.cs
- IOException.cs
- StorageMappingFragment.cs
- VerticalAlignConverter.cs
- UnsafePeerToPeerMethods.cs
- SamlAttribute.cs
- XmlQueryType.cs
- DataConnectionHelper.cs
- ApplicationTrust.cs
- ObjectToIdCache.cs
- ResourceDescriptionAttribute.cs
- BasicKeyConstraint.cs
- ClientUIRequest.cs
- EncryptedData.cs
- EdmRelationshipNavigationPropertyAttribute.cs
- DataKeyArray.cs
- MultiView.cs
- GridViewCommandEventArgs.cs
- altserialization.cs
- Memoizer.cs
- DBBindings.cs
- HyperLinkColumn.cs
- CellTreeNodeVisitors.cs
- BoundColumn.cs
- ZipIOExtraFieldZip64Element.cs
- DaylightTime.cs
- ParamArrayAttribute.cs
- MembershipPasswordException.cs
- AudioFileOut.cs
- TreeChangeInfo.cs
- OleDbPropertySetGuid.cs
- ReferencedType.cs
- UntrustedRecipientException.cs
- activationcontext.cs
- ServiceNameElement.cs
- TemplateInstanceAttribute.cs
- InvokePatternIdentifiers.cs
- lengthconverter.cs
- PeerContact.cs
- InvalidDataContractException.cs
- FixedFindEngine.cs
- ActivityStateRecord.cs
- DetailsViewDeletedEventArgs.cs
- IndentedWriter.cs
- TypedElement.cs
- StrokeNodeData.cs
- ImageKeyConverter.cs
- PageThemeBuildProvider.cs
- CannotUnloadAppDomainException.cs
- DataSourceXmlClassAttribute.cs
- BindingCompleteEventArgs.cs
- ProxyManager.cs
- TransformCollection.cs
- altserialization.cs
- ProtocolState.cs
- ClientSettings.cs
- SystemTcpConnection.cs
- XmlAnyElementAttributes.cs
- BitmapDownload.cs
- StreamWithDictionary.cs
- SqlNode.cs
- ControlBuilder.cs
- InternalConfigSettingsFactory.cs
- MsmqTransportReceiveParameters.cs
- TransformPatternIdentifiers.cs
- DefaultAsyncDataDispatcher.cs
- OdbcInfoMessageEvent.cs
- ForEachAction.cs
- XmlSchemaCompilationSettings.cs
- AvTraceFormat.cs
- UserControl.cs
- ToolStripDropDownMenu.cs
- SocketAddress.cs
- File.cs
- COAUTHIDENTITY.cs
- EntityKeyElement.cs
- TogglePattern.cs
- DataPointer.cs
- BindingListCollectionView.cs
- ListControl.cs
- AutomationFocusChangedEventArgs.cs
- cache.cs
- NamespaceInfo.cs
- AspCompat.cs
- OracleCommand.cs
- InternalEnumValidatorAttribute.cs
- _OSSOCK.cs
- WindowsEditBoxRange.cs
- GlyphingCache.cs