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
- GridViewAutomationPeer.cs
- ObjectViewQueryResultData.cs
- MultiView.cs
- InheritanceAttribute.cs
- MissingMemberException.cs
- DictionaryBase.cs
- CancellableEnumerable.cs
- AdRotatorDesigner.cs
- ContentWrapperAttribute.cs
- PreviousTrackingServiceAttribute.cs
- CatalogPart.cs
- IDictionary.cs
- TextElementCollectionHelper.cs
- XPathEmptyIterator.cs
- ping.cs
- IPEndPoint.cs
- FrameDimension.cs
- SqlDataSourceView.cs
- BitVec.cs
- DataSetUtil.cs
- CompoundFileReference.cs
- TextParagraphView.cs
- OutputCacheSection.cs
- SQLByteStorage.cs
- PolicyVersion.cs
- Point3DCollectionConverter.cs
- RsaKeyIdentifierClause.cs
- UdpDiscoveryMessageFilter.cs
- SQLBytesStorage.cs
- DoubleAnimationBase.cs
- DbReferenceCollection.cs
- BamlRecords.cs
- securitycriticaldataformultiplegetandset.cs
- ProcessHost.cs
- ResourceExpressionBuilder.cs
- EdmError.cs
- FunctionGenerator.cs
- ServiceAuthorizationBehavior.cs
- StrokeSerializer.cs
- SapiRecoInterop.cs
- OdbcStatementHandle.cs
- IgnoreFileBuildProvider.cs
- AbandonedMutexException.cs
- CodeObject.cs
- InteropTrackingRecord.cs
- HttpServerChannel.cs
- PopupRootAutomationPeer.cs
- Vector3DAnimationUsingKeyFrames.cs
- FilterElement.cs
- EditingCoordinator.cs
- NumericExpr.cs
- ConfigViewGenerator.cs
- TransformerInfo.cs
- ListViewContainer.cs
- CodeDomConfigurationHandler.cs
- VolatileEnlistmentMultiplexing.cs
- TextMarkerSource.cs
- TextParagraphView.cs
- DelegateTypeInfo.cs
- ProfileServiceManager.cs
- WebCategoryAttribute.cs
- DependencyObject.cs
- MessageFilter.cs
- BitConverter.cs
- Matrix.cs
- GeometryGroup.cs
- ColorInterpolationModeValidation.cs
- FileStream.cs
- TableItemProviderWrapper.cs
- TypedServiceChannelBuilder.cs
- EnlistmentState.cs
- SelectionWordBreaker.cs
- UnaryOperationBinder.cs
- WindowsListBox.cs
- ResourceReferenceExpressionConverter.cs
- TemplateEditingService.cs
- DecimalConstantAttribute.cs
- ImmComposition.cs
- ByteKeyFrameCollection.cs
- SQLInt32Storage.cs
- TabletDeviceInfo.cs
- DoubleAnimation.cs
- ObjectQueryState.cs
- CommandManager.cs
- MenuScrollingVisibilityConverter.cs
- KeyedQueue.cs
- PassportIdentity.cs
- ExtensionWindowHeader.cs
- OracleRowUpdatedEventArgs.cs
- RadioButton.cs
- WebPartAddingEventArgs.cs
- CommandLibraryHelper.cs
- DataGridViewIntLinkedList.cs
- TriggerBase.cs
- login.cs
- TranslateTransform.cs
- BypassElement.cs
- XmlProcessingInstruction.cs
- SerialPort.cs
- NativeCppClassAttribute.cs