Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / TreeNodeClickEventArgs.cs / 1305376 / 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
- UnmanagedMemoryStream.cs
- InputMethodStateTypeInfo.cs
- Module.cs
- AlphabetConverter.cs
- _WebProxyDataBuilder.cs
- NativeRecognizer.cs
- DrawItemEvent.cs
- DependencyObjectPropertyDescriptor.cs
- QueryPageSettingsEventArgs.cs
- TypeNameConverter.cs
- _AutoWebProxyScriptWrapper.cs
- EntityDataSourceContainerNameConverter.cs
- TableDesigner.cs
- XPathSelfQuery.cs
- SiteMapProvider.cs
- WindowsFormsLinkLabel.cs
- LocatorPart.cs
- DeferredReference.cs
- VariableReference.cs
- XmlKeywords.cs
- InvalidOperationException.cs
- SchemaName.cs
- SoapClientMessage.cs
- SemaphoreSlim.cs
- BaseAppDomainProtocolHandler.cs
- TableRow.cs
- DrawingState.cs
- WmfPlaceableFileHeader.cs
- DropSource.cs
- Parameter.cs
- ModelUIElement3D.cs
- GPRECT.cs
- Single.cs
- Attributes.cs
- SystemIcons.cs
- TextParagraph.cs
- DynamicDiscoSearcher.cs
- FileDialog_Vista_Interop.cs
- XmlCharType.cs
- XmlSerializerSection.cs
- WindowsEditBoxRange.cs
- SystemTcpConnection.cs
- MemoryPressure.cs
- UniqueConstraint.cs
- XmlSortKeyAccumulator.cs
- ClientTargetSection.cs
- ObjectDataSourceStatusEventArgs.cs
- MobileControlPersister.cs
- LineSegment.cs
- DataTemplateSelector.cs
- ServicePointManager.cs
- BooleanSwitch.cs
- nulltextnavigator.cs
- ListBase.cs
- Span.cs
- PointCollection.cs
- SQLInt64.cs
- StringSorter.cs
- MetadataUtilsSmi.cs
- Vector3DAnimation.cs
- LocalizableResourceBuilder.cs
- AnnotationHighlightLayer.cs
- DummyDataSource.cs
- NotifyIcon.cs
- SupportsPreviewControlAttribute.cs
- ToolStripPanelCell.cs
- MimeMultiPart.cs
- MsmqMessage.cs
- HijriCalendar.cs
- WeakEventTable.cs
- OpCellTreeNode.cs
- StatusBarAutomationPeer.cs
- FileDetails.cs
- GlyphRun.cs
- HwndAppCommandInputProvider.cs
- TypeInfo.cs
- EventlogProvider.cs
- TimeManager.cs
- ExpressionVisitor.cs
- ImportDesigner.xaml.cs
- LocatorPart.cs
- safemediahandle.cs
- PropertyInfoSet.cs
- BitConverter.cs
- CodeIdentifier.cs
- AuthenticationModuleElement.cs
- DataPagerField.cs
- XmlSchemaResource.cs
- PropertyMapper.cs
- TextAnchor.cs
- ListInitExpression.cs
- PrintingPermissionAttribute.cs
- BodyGlyph.cs
- Closure.cs
- StickyNote.cs
- BamlLocalizableResource.cs
- SqlFileStream.cs
- X509CertificateValidator.cs
- Int32Animation.cs
- RelationshipManager.cs