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
- EdmPropertyAttribute.cs
- HttpCapabilitiesBase.cs
- ThreadExceptionEvent.cs
- VectorCollection.cs
- SelectionRange.cs
- OutgoingWebRequestContext.cs
- ConfigsHelper.cs
- StatusStrip.cs
- HttpDictionary.cs
- RoleGroupCollection.cs
- SerialReceived.cs
- HtmlControl.cs
- TextSelectionHighlightLayer.cs
- PeerApplication.cs
- RotateTransform3D.cs
- cache.cs
- SafeThreadHandle.cs
- DataGridViewRowCancelEventArgs.cs
- HttpException.cs
- AttachedAnnotation.cs
- AtomServiceDocumentSerializer.cs
- GeneralTransform3DGroup.cs
- ColorDialog.cs
- HitTestFilterBehavior.cs
- X500Name.cs
- ThicknessAnimation.cs
- SchemaImporterExtensionElement.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- RichTextBoxAutomationPeer.cs
- StringExpressionSet.cs
- sqlinternaltransaction.cs
- BuildProviderUtils.cs
- StreamGeometry.cs
- SQLBinaryStorage.cs
- WpfSharedBamlSchemaContext.cs
- DependencySource.cs
- PageParser.cs
- WebPartCollection.cs
- ProcessModule.cs
- ValidationResult.cs
- HtmlLink.cs
- PointLight.cs
- StatusBarDrawItemEvent.cs
- ReadOnlyHierarchicalDataSourceView.cs
- EncoderReplacementFallback.cs
- WSFederationHttpBinding.cs
- InputScopeManager.cs
- DesignerSerializationVisibilityAttribute.cs
- ScriptReference.cs
- ImageCreator.cs
- MiniModule.cs
- AppSettingsExpressionBuilder.cs
- DataKey.cs
- DisableDpiAwarenessAttribute.cs
- BitmapDownload.cs
- StructureChangedEventArgs.cs
- _emptywebproxy.cs
- CodeDomDecompiler.cs
- EncoderReplacementFallback.cs
- TextMarkerSource.cs
- JsonEnumDataContract.cs
- CodeValidator.cs
- XmlHelper.cs
- Solver.cs
- TypeToArgumentTypeConverter.cs
- SQLBytesStorage.cs
- AQNBuilder.cs
- ToolConsole.cs
- HtmlListAdapter.cs
- ComPlusTraceRecord.cs
- HtmlContainerControl.cs
- WebConfigurationManager.cs
- SqlFileStream.cs
- UnsafeNativeMethods.cs
- DeadCharTextComposition.cs
- WindowsListViewItemCheckBox.cs
- InvalidComObjectException.cs
- SqlProviderServices.cs
- AutomationEvent.cs
- SortKey.cs
- HMACSHA1.cs
- KeysConverter.cs
- ButtonPopupAdapter.cs
- CacheHelper.cs
- KeyedHashAlgorithm.cs
- Semaphore.cs
- DataGridViewSelectedCellCollection.cs
- BasicHttpSecurity.cs
- HitTestParameters.cs
- TypeReference.cs
- InputScopeConverter.cs
- UIPermission.cs
- CompilerTypeWithParams.cs
- DocumentViewerBase.cs
- DataColumnMappingCollection.cs
- RtfToXamlReader.cs
- PrintingPermission.cs
- MetadataAssemblyHelper.cs
- DataControlFieldHeaderCell.cs
- Crc32.cs