Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / TreeNodeMouseHoverEvent.cs / 1305376 / TreeNodeMouseHoverEvent.cs
//------------------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------------------- namespace System.Windows.Forms { using System.Diagnostics; using System; using System.ComponentModel; using Microsoft.Win32; ////// /// [System.Runtime.InteropServices.ComVisible(true)] public class TreeNodeMouseHoverEventArgs : EventArgs { readonly TreeNode node; ////// Provides data for the ///event. /// /// /// public TreeNodeMouseHoverEventArgs(TreeNode node) { 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 Microsoft.Win32; ////// /// [System.Runtime.InteropServices.ComVisible(true)] public class TreeNodeMouseHoverEventArgs : EventArgs { readonly TreeNode node; ////// Provides data for the ///event. /// /// /// public TreeNodeMouseHoverEventArgs(TreeNode node) { 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
- BamlStream.cs
- BoolExpression.cs
- MergeLocalizationDirectives.cs
- HttpRuntime.cs
- Utils.cs
- AdapterUtil.cs
- GridItemPattern.cs
- CompilerErrorCollection.cs
- SoapFormatter.cs
- PieceDirectory.cs
- MILUtilities.cs
- PostBackTrigger.cs
- CapabilitiesAssignment.cs
- ButtonColumn.cs
- ManagementObject.cs
- PolyBezierSegmentFigureLogic.cs
- SnapLine.cs
- XsdDuration.cs
- SelectionProcessor.cs
- OleDbRowUpdatingEvent.cs
- NavigationProperty.cs
- LinearGradientBrush.cs
- ToggleProviderWrapper.cs
- URLBuilder.cs
- DataGridCellEditEndingEventArgs.cs
- WebChannelFactory.cs
- ScrollChrome.cs
- Lock.cs
- TextMessageEncodingElement.cs
- Camera.cs
- ComponentDispatcherThread.cs
- ResourceIDHelper.cs
- PrincipalPermission.cs
- OracleConnectionFactory.cs
- ResourceContainerWrapper.cs
- AdRotator.cs
- CodeTypeParameterCollection.cs
- WebPartCatalogAddVerb.cs
- Exceptions.cs
- AppModelKnownContentFactory.cs
- PermissionAttributes.cs
- ObjectConverter.cs
- Validator.cs
- XmlAttribute.cs
- Popup.cs
- InputScopeNameConverter.cs
- Part.cs
- SingleQueryOperator.cs
- NonDualMessageSecurityOverHttpElement.cs
- HybridCollection.cs
- DataGridViewIntLinkedList.cs
- IFlowDocumentViewer.cs
- __ComObject.cs
- CircleHotSpot.cs
- SharedPersonalizationStateInfo.cs
- MasterPageBuildProvider.cs
- ApplicationDirectory.cs
- ArithmeticException.cs
- xamlnodes.cs
- SpanIndex.cs
- DataGridViewSortCompareEventArgs.cs
- TypeElement.cs
- WorkflowRuntimeSection.cs
- ImageDrawing.cs
- PageCatalogPart.cs
- Function.cs
- PropertyValueChangedEvent.cs
- SecurityPolicySection.cs
- TransformedBitmap.cs
- XmlNavigatorFilter.cs
- DataGridItem.cs
- LinkedResourceCollection.cs
- DataGridViewRowPostPaintEventArgs.cs
- SortableBindingList.cs
- XhtmlBasicObjectListAdapter.cs
- LinearQuaternionKeyFrame.cs
- AVElementHelper.cs
- AnnotationStore.cs
- NotificationContext.cs
- InvariantComparer.cs
- ShutDownListener.cs
- ToolStripLabel.cs
- DebugTraceHelper.cs
- HandlerMappingMemo.cs
- ActivationWorker.cs
- Root.cs
- DelayedRegex.cs
- NameObjectCollectionBase.cs
- RIPEMD160.cs
- WebPartZone.cs
- TCPListener.cs
- FormViewDeleteEventArgs.cs
- ByteKeyFrameCollection.cs
- SafeRightsManagementQueryHandle.cs
- HtmlInputCheckBox.cs
- InstanceHandleReference.cs
- EntityStoreSchemaGenerator.cs
- ApplicationServiceManager.cs
- SoapElementAttribute.cs
- ACL.cs