Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- LinqDataSource.cs
- CommandLibraryHelper.cs
- DesignBinding.cs
- ThaiBuddhistCalendar.cs
- XmlUrlResolver.cs
- CancellationToken.cs
- Win32Exception.cs
- DataGridComponentEditor.cs
- ItemAutomationPeer.cs
- InputLanguageCollection.cs
- SafeRegistryHandle.cs
- MetadataCache.cs
- WindowsScrollBar.cs
- bindurihelper.cs
- DataObjectCopyingEventArgs.cs
- VectorAnimationUsingKeyFrames.cs
- CommandValueSerializer.cs
- AssignDesigner.xaml.cs
- GACMembershipCondition.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- EmptyEnumerator.cs
- TreeNode.cs
- ChannelDispatcherCollection.cs
- _NetworkingPerfCounters.cs
- ChangeTracker.cs
- Fx.cs
- ResizeGrip.cs
- FileUtil.cs
- TextViewDesigner.cs
- ReverseInheritProperty.cs
- DrawingContextWalker.cs
- VirtualDirectoryMapping.cs
- StaticExtension.cs
- FontEmbeddingManager.cs
- DataGridRowAutomationPeer.cs
- WriteFileContext.cs
- ClickablePoint.cs
- brushes.cs
- DataServiceException.cs
- RangeValidator.cs
- BitmapScalingModeValidation.cs
- Error.cs
- DataGridCellInfo.cs
- EditorPartChrome.cs
- Int32RectConverter.cs
- WmlMobileTextWriter.cs
- ExtensionSimplifierMarkupObject.cs
- ConfigXmlCDataSection.cs
- FilterableAttribute.cs
- StrongNameIdentityPermission.cs
- PropertyGridDesigner.cs
- ActivityExecutorDelegateInfo.cs
- HandleScope.cs
- OAVariantLib.cs
- DesignerSerializerAttribute.cs
- WindowsFormsSectionHandler.cs
- SkewTransform.cs
- EventMappingSettingsCollection.cs
- DurableDispatcherAddressingFault.cs
- DataServiceResponse.cs
- ContextStack.cs
- BooleanAnimationBase.cs
- FixedSOMTextRun.cs
- AssemblyNameProxy.cs
- MonitoringDescriptionAttribute.cs
- UriScheme.cs
- BrowserCapabilitiesFactory.cs
- clipboard.cs
- DeferredRunTextReference.cs
- KnownBoxes.cs
- DebugHandleTracker.cs
- CustomErrorCollection.cs
- NativeMethods.cs
- ElementNotAvailableException.cs
- DeclarativeCatalogPart.cs
- DynamicControl.cs
- OdbcCommandBuilder.cs
- HMACMD5.cs
- AbandonedMutexException.cs
- DecimalAnimation.cs
- _OverlappedAsyncResult.cs
- WmpBitmapDecoder.cs
- Configuration.cs
- PathNode.cs
- TextSchema.cs
- ButtonPopupAdapter.cs
- PeerContact.cs
- FlagsAttribute.cs
- CallbackValidator.cs
- XmlHierarchicalDataSourceView.cs
- UIElement3DAutomationPeer.cs
- RelationshipConstraintValidator.cs
- RuleSettings.cs
- AttributeProviderAttribute.cs
- BitmapEffectvisualstate.cs
- KeyedByTypeCollection.cs
- QilCloneVisitor.cs
- ExpressionEditorAttribute.cs
- EtwTrace.cs
- InfoCardAsymmetricCrypto.cs