Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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. //------------------------------------------------------------------------------ //[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 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.[To be supplied.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- BamlBinaryReader.cs
- WindowsGraphicsCacheManager.cs
- CoTaskMemHandle.cs
- GroupStyle.cs
- CodeNamespace.cs
- OrderedEnumerableRowCollection.cs
- FixedDSBuilder.cs
- PerfCounterSection.cs
- ListViewItemSelectionChangedEvent.cs
- HwndSubclass.cs
- ModifierKeysConverter.cs
- ObjectQuery_EntitySqlExtensions.cs
- DataGridTextBoxColumn.cs
- LZCodec.cs
- XmlAttribute.cs
- Floater.cs
- OperationResponse.cs
- GenericAuthenticationEventArgs.cs
- TraceXPathNavigator.cs
- GeneralTransform3DCollection.cs
- BigIntegerStorage.cs
- EntityDataSourceUtil.cs
- SystemParameters.cs
- Fault.cs
- CallSite.cs
- Label.cs
- ConfigurationCollectionAttribute.cs
- HtmlHistory.cs
- MemberRelationshipService.cs
- RoleManagerModule.cs
- BindingExpression.cs
- String.cs
- FillRuleValidation.cs
- HandleRef.cs
- NoClickablePointException.cs
- CryptoApi.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- WebPartMenu.cs
- WorkflowQueue.cs
- DiagnosticsConfigurationHandler.cs
- WebPartMenu.cs
- DiscoveryClient.cs
- Nullable.cs
- Permission.cs
- StateMachineSubscriptionManager.cs
- StatusBarPanel.cs
- BitmapPalettes.cs
- ADRole.cs
- InvalidDocumentContentsException.cs
- StringArrayConverter.cs
- ParameterElement.cs
- VisualBasicSettings.cs
- CollectionViewProxy.cs
- Column.cs
- DbConnectionPoolCounters.cs
- WebBaseEventKeyComparer.cs
- XmlFileEditor.cs
- FilterableAttribute.cs
- MailBnfHelper.cs
- IgnoreDeviceFilterElementCollection.cs
- Boolean.cs
- DefaultClaimSet.cs
- DataKeyCollection.cs
- NamespaceMapping.cs
- XmlBufferReader.cs
- PropertyInformationCollection.cs
- XmlSortKeyAccumulator.cs
- MILUtilities.cs
- WebDisplayNameAttribute.cs
- SafeLocalAllocation.cs
- DataGridViewSelectedRowCollection.cs
- SoapAttributeAttribute.cs
- ResolveResponse.cs
- ExpanderAutomationPeer.cs
- XmlDataSourceNodeDescriptor.cs
- ParameterCollection.cs
- FloaterParagraph.cs
- EpmTargetTree.cs
- Helper.cs
- ServiceObjectContainer.cs
- Tuple.cs
- BitmapDownload.cs
- TextUtf8RawTextWriter.cs
- ExtractedStateEntry.cs
- ToolStripInSituService.cs
- QueryInterceptorAttribute.cs
- DiscoveryMessageSequenceGenerator.cs
- CorrelationTokenTypeConvertor.cs
- AlternateView.cs
- EncoderFallback.cs
- MenuDesigner.cs
- _CacheStreams.cs
- BatchWriter.cs
- SqlInternalConnectionTds.cs
- DocumentGridContextMenu.cs
- XmlSchemaParticle.cs
- LifetimeServices.cs
- ConfigurationPropertyCollection.cs
- HttpProfileGroupBase.cs
- RelationshipSet.cs