Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / TreeViewEvent.cs / 1305376 / TreeViewEvent.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 TreeViewEventArgs : EventArgs { TreeNode node; TreeViewAction action = TreeViewAction.Unknown; ////// Provides data for the ///, , , or event. /// /// /// public TreeViewEventArgs(TreeNode node) { this.node = node; } ///[To be supplied.] ////// /// public TreeViewEventArgs(TreeNode node, TreeViewAction action) { this.node = node; this.action = action; } ///[To be supplied.] ////// /// public TreeNode Node { get { return node; } } ///[To be supplied.] ////// /// An event specific action-flag. /// public TreeViewAction Action { get { return action; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- KnownColorTable.cs
- InputScopeNameConverter.cs
- SizeAnimationUsingKeyFrames.cs
- ApplicationId.cs
- EventLogEntry.cs
- DataGridItem.cs
- _CookieModule.cs
- SoapAttributes.cs
- ExpressionList.cs
- InternalTypeHelper.cs
- TypeConverter.cs
- BooleanStorage.cs
- UnrecognizedAssertionsBindingElement.cs
- OneWayChannelFactory.cs
- ResourceManager.cs
- DateTimeFormatInfo.cs
- DrawListViewColumnHeaderEventArgs.cs
- WebServiceTypeData.cs
- Rectangle.cs
- ParentQuery.cs
- OfTypeExpression.cs
- Shape.cs
- ProcessHostMapPath.cs
- DataGridViewRowConverter.cs
- QilList.cs
- RangeExpression.cs
- Input.cs
- PeerTransportSecuritySettings.cs
- Registry.cs
- ProfileInfo.cs
- SQLInt64Storage.cs
- PagedDataSource.cs
- ReadingWritingEntityEventArgs.cs
- EdmScalarPropertyAttribute.cs
- FormViewDeleteEventArgs.cs
- ConfigXmlComment.cs
- BStrWrapper.cs
- _OverlappedAsyncResult.cs
- ListItemsPage.cs
- PrintPreviewGraphics.cs
- CacheModeValueSerializer.cs
- StreamWriter.cs
- HtmlHead.cs
- XamlReaderHelper.cs
- AsymmetricSignatureFormatter.cs
- XmlSerializer.cs
- TextServicesDisplayAttributePropertyRanges.cs
- DataServiceException.cs
- Util.cs
- RenderOptions.cs
- TemplateControlParser.cs
- Soap12ServerProtocol.cs
- FieldToken.cs
- ListParaClient.cs
- WindowsGraphics2.cs
- ScriptReference.cs
- CustomErrorsSectionWrapper.cs
- SerializationException.cs
- DocumentSchemaValidator.cs
- NetworkAddressChange.cs
- URLMembershipCondition.cs
- GcHandle.cs
- InputReferenceExpression.cs
- TypeForwardedFromAttribute.cs
- x509utils.cs
- InstanceNotFoundException.cs
- DiscoveryRequestHandler.cs
- HandlerFactoryWrapper.cs
- ServiceAuthorizationElement.cs
- WhitespaceRule.cs
- TypeResolver.cs
- EntityCollection.cs
- MetadataCache.cs
- VerificationException.cs
- EventBindingService.cs
- SpStreamWrapper.cs
- TextCollapsingProperties.cs
- UnsafeNativeMethodsPenimc.cs
- GradientBrush.cs
- SqlDataReader.cs
- SafeLibraryHandle.cs
- ColorConvertedBitmap.cs
- ConsoleCancelEventArgs.cs
- MemberExpression.cs
- CodeIndexerExpression.cs
- PropertyEmitter.cs
- AssemblyAssociatedContentFileAttribute.cs
- DtrList.cs
- Query.cs
- TableCellAutomationPeer.cs
- SqlNamer.cs
- WebPartCollection.cs
- RemoteWebConfigurationHostServer.cs
- XmlDownloadManager.cs
- Trace.cs
- WindowsGraphics2.cs
- TypeUsageBuilder.cs
- AQNBuilder.cs
- XamlPointCollectionSerializer.cs
- ValidateNames.cs