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
- TriState.cs
- ColorTransformHelper.cs
- CheckBoxAutomationPeer.cs
- SystemUnicastIPAddressInformation.cs
- DragDeltaEventArgs.cs
- ColumnHeaderConverter.cs
- _UriSyntax.cs
- SubqueryRules.cs
- MenuItem.cs
- SafeFileMappingHandle.cs
- EncoderFallback.cs
- XmlSignificantWhitespace.cs
- NavigationPropertyEmitter.cs
- ResourcePermissionBase.cs
- FixedDocumentPaginator.cs
- CellTreeSimplifier.cs
- ListViewItemMouseHoverEvent.cs
- CollectionEditor.cs
- XmlSchemaAnnotated.cs
- XPathAncestorQuery.cs
- SoapProtocolImporter.cs
- __TransparentProxy.cs
- ColumnBinding.cs
- CharacterHit.cs
- PolyLineSegment.cs
- SimpleNameService.cs
- HttpRawResponse.cs
- AtlasWeb.Designer.cs
- VariableAction.cs
- ExecutionContext.cs
- ChangesetResponse.cs
- SelectedDatesCollection.cs
- XmlNode.cs
- SemanticResultKey.cs
- EventLogPermissionHolder.cs
- SymmetricCryptoHandle.cs
- CombinedGeometry.cs
- FixedSOMFixedBlock.cs
- FunctionNode.cs
- DefaultBinder.cs
- cryptoapiTransform.cs
- CatalogPartCollection.cs
- VariableValue.cs
- ListViewContainer.cs
- OdbcInfoMessageEvent.cs
- TraceSwitch.cs
- EventLog.cs
- EdmSchemaError.cs
- EventEntry.cs
- EventlogProvider.cs
- FlowDocument.cs
- ClipboardProcessor.cs
- DbParameterHelper.cs
- EnlistmentTraceIdentifier.cs
- GeneralTransform3DTo2DTo3D.cs
- HtmlInputImage.cs
- ObjectViewListener.cs
- TableItemPatternIdentifiers.cs
- ConvertTextFrag.cs
- SwitchElementsCollection.cs
- EventArgs.cs
- PointKeyFrameCollection.cs
- InheritedPropertyDescriptor.cs
- MemberPathMap.cs
- RadioButton.cs
- PeerCollaborationPermission.cs
- DataKey.cs
- CursorConverter.cs
- SHA1CryptoServiceProvider.cs
- TextRunTypographyProperties.cs
- ListControlConvertEventArgs.cs
- MessageQueuePermissionAttribute.cs
- TemplateComponentConnector.cs
- JsonQNameDataContract.cs
- StartUpEventArgs.cs
- Semaphore.cs
- PixelFormat.cs
- ConfigurationManagerHelperFactory.cs
- ClientConfigurationSystem.cs
- DataAdapter.cs
- AsyncStreamReader.cs
- ArcSegment.cs
- ConfigXmlWhitespace.cs
- MultiBindingExpression.cs
- FontUnitConverter.cs
- EnumValidator.cs
- CompilerInfo.cs
- XslException.cs
- HtmlMobileTextWriter.cs
- Interlocked.cs
- control.ime.cs
- DataServiceProcessingPipelineEventArgs.cs
- ColumnResizeUndoUnit.cs
- GlobalItem.cs
- backend.cs
- ListDataHelper.cs
- AssemblyContextControlItem.cs
- serverconfig.cs
- ValueSerializer.cs
- HtmlPanelAdapter.cs