Code:
/ FX-1434 / FX-1434 / 1.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
- TextRangeProviderWrapper.cs
- ImageListDesigner.cs
- PropertyChangingEventArgs.cs
- ErasingStroke.cs
- DataStorage.cs
- XamlSerializationHelper.cs
- ExitEventArgs.cs
- TemplatePagerField.cs
- DataServiceHostFactory.cs
- FontFamilyValueSerializer.cs
- OneOf.cs
- TableItemStyle.cs
- BrushConverter.cs
- IncrementalReadDecoders.cs
- XmlCharCheckingWriter.cs
- ADRoleFactoryConfiguration.cs
- InvalidDataContractException.cs
- ConstNode.cs
- SimplePropertyEntry.cs
- _HeaderInfo.cs
- Journaling.cs
- Button.cs
- Columns.cs
- RegexGroupCollection.cs
- SpeakProgressEventArgs.cs
- RequestTimeoutManager.cs
- QueryPrefixOp.cs
- WebPartsSection.cs
- Path.cs
- SaveFileDialog.cs
- DataGridViewCellEventArgs.cs
- NullableConverter.cs
- EntityDataSourceMemberPath.cs
- EntityCommandCompilationException.cs
- GZipDecoder.cs
- InlineCollection.cs
- ListBindingHelper.cs
- SqlHelper.cs
- ObjectDataSourceDisposingEventArgs.cs
- BuilderInfo.cs
- AsyncCompletedEventArgs.cs
- MediaTimeline.cs
- DbParameterCollection.cs
- RawTextInputReport.cs
- ControlBuilder.cs
- FixedSOMPage.cs
- FrameworkEventSource.cs
- DataViewListener.cs
- ContentValidator.cs
- XmlNodeReader.cs
- SimpleMailWebEventProvider.cs
- Token.cs
- MemberCollection.cs
- XmlNodeReader.cs
- ByteRangeDownloader.cs
- QueryComponents.cs
- TableCell.cs
- BrowserDefinition.cs
- ObjectDisposedException.cs
- CatalogPartCollection.cs
- SrgsRuleRef.cs
- ThemeDirectoryCompiler.cs
- DbParameterCollectionHelper.cs
- RecordsAffectedEventArgs.cs
- TypeBuilder.cs
- ReachVisualSerializer.cs
- PartitionerStatic.cs
- ApplicationTrust.cs
- FixedSOMImage.cs
- HebrewCalendar.cs
- RoleService.cs
- TextElementEnumerator.cs
- ReverseComparer.cs
- ManipulationDelta.cs
- TransactionFlowBindingElement.cs
- FeatureSupport.cs
- Timeline.cs
- PrintDocument.cs
- XXXInfos.cs
- TableLayoutStyleCollection.cs
- OleDbRowUpdatedEvent.cs
- XmlSecureResolver.cs
- HostedBindingBehavior.cs
- CoTaskMemSafeHandle.cs
- SingleKeyFrameCollection.cs
- DBSchemaTable.cs
- SoapIgnoreAttribute.cs
- MessagePropertyFilter.cs
- HierarchicalDataTemplate.cs
- TransportElement.cs
- ColumnMapTranslator.cs
- FixedPageProcessor.cs
- BitmapDecoder.cs
- basenumberconverter.cs
- BlurEffect.cs
- XmlQueryStaticData.cs
- XmlDataDocument.cs
- SetterBase.cs
- X509Utils.cs
- AutoGeneratedFieldProperties.cs