Code:
/ DotNET / DotNET / 8.0 / untmp / whidbey / REDBITS / ndp / fx / src / WinForms / Managed / System / WinForms / TreeViewCancelEvent.cs / 1 / TreeViewCancelEvent.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 TreeViewCancelEventArgs : CancelEventArgs { private TreeNode node; private TreeViewAction action; ////// Provides data for the ///, /// , /// , /// or event. /// /// /// /// public TreeViewCancelEventArgs(TreeNode node, bool cancel, TreeViewAction action) : base(cancel) { this.node = node; this.action = action; } ///[To be supplied.] ////// /// public TreeNode Node { get { return node; } } ///[To be supplied.] ////// /// public TreeViewAction Action { get { return action; } } } } // 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
- DeliveryStrategy.cs
- cryptoapiTransform.cs
- StoreContentChangedEventArgs.cs
- datacache.cs
- MenuItemStyle.cs
- RemoveStoryboard.cs
- TextRangeBase.cs
- SplashScreen.cs
- ADMembershipProvider.cs
- DataSourceSelectArguments.cs
- XmlNodeReader.cs
- GridSplitterAutomationPeer.cs
- TemplatedWizardStep.cs
- Soap.cs
- SelectionRangeConverter.cs
- PartialCachingControl.cs
- CacheRequest.cs
- PropertiesTab.cs
- _ListenerResponseStream.cs
- OleServicesContext.cs
- SystemNetworkInterface.cs
- RepeaterItemEventArgs.cs
- BitmapFrameDecode.cs
- PropertyConverter.cs
- WebPartVerbsEventArgs.cs
- RenameRuleObjectDialog.cs
- WorkflowServiceBehavior.cs
- ManipulationStartingEventArgs.cs
- ObjectTag.cs
- LiteralLink.cs
- TrustManagerMoreInformation.cs
- TextPointer.cs
- SimpleLine.cs
- smtpconnection.cs
- StateManagedCollection.cs
- CharacterBufferReference.cs
- DbFunctionCommandTree.cs
- SmiGettersStream.cs
- DiscoveryDocumentSerializer.cs
- AuthorizationBehavior.cs
- TextTreeFixupNode.cs
- IdlingCommunicationPool.cs
- BitmapInitialize.cs
- HelloOperation11AsyncResult.cs
- SafeFileMappingHandle.cs
- BindableAttribute.cs
- WsdlImporter.cs
- ResourceDefaultValueAttribute.cs
- DrawingCollection.cs
- NonVisualControlAttribute.cs
- MetadataArtifactLoaderCompositeFile.cs
- ProcessHostMapPath.cs
- ExecutionTracker.cs
- SortDescriptionCollection.cs
- BuildManagerHost.cs
- DependencyPropertyHelper.cs
- OpCopier.cs
- DecoderFallback.cs
- NameValueCollection.cs
- StringFormat.cs
- DataServiceProviderMethods.cs
- DateTimeOffset.cs
- regiisutil.cs
- StrokeNodeOperations2.cs
- SqlBuilder.cs
- JsonSerializer.cs
- PermissionRequestEvidence.cs
- ClientTarget.cs
- SystemException.cs
- ExtensionWindowResizeGrip.cs
- MenuItemStyle.cs
- TemplateComponentConnector.cs
- NamespaceQuery.cs
- IdentityReference.cs
- FactoryGenerator.cs
- CodeMethodMap.cs
- XmlCharType.cs
- MultipartContentParser.cs
- SEHException.cs
- RelationshipNavigation.cs
- New.cs
- DynamicField.cs
- TagMapInfo.cs
- LocalizableAttribute.cs
- MsmqInputMessagePool.cs
- IFlowDocumentViewer.cs
- OpenTypeMethods.cs
- WindowInteractionStateTracker.cs
- EntityDesignerDataSourceView.cs
- OdbcConnectionStringbuilder.cs
- SchemaComplexType.cs
- OleDbException.cs
- ParseNumbers.cs
- TimeManager.cs
- HttpRuntimeSection.cs
- ChannelManager.cs
- IconHelper.cs
- SessionStateModule.cs
- ItemPager.cs
- DateTime.cs