Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / ndp / fx / src / WinForms / Managed / System / WinForms / NodeLabelEditEvent.cs / 1 / NodeLabelEditEvent.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 NodeLabelEditEventArgs : EventArgs { private readonly string label; private readonly TreeNode node; private bool cancelEdit = false; ////// Provides data for the ////// or event. /// /// /// public NodeLabelEditEventArgs(TreeNode node) { this.node = node; this.label = null; } ///[To be supplied.] ////// /// public NodeLabelEditEventArgs(TreeNode node, string label) { this.node = node; this.label = label; } ///[To be supplied.] ////// /// public bool CancelEdit { get { return cancelEdit; } set { cancelEdit = value; } } ///[To be supplied.] ////// /// public string Label { get { return label; } } ///[To be supplied.] ////// /// public TreeNode Node { get { return node; } } } } // 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 NodeLabelEditEventArgs : EventArgs { private readonly string label; private readonly TreeNode node; private bool cancelEdit = false; ////// Provides data for the ////// or event. /// /// /// public NodeLabelEditEventArgs(TreeNode node) { this.node = node; this.label = null; } ///[To be supplied.] ////// /// public NodeLabelEditEventArgs(TreeNode node, string label) { this.node = node; this.label = label; } ///[To be supplied.] ////// /// public bool CancelEdit { get { return cancelEdit; } set { cancelEdit = value; } } ///[To be supplied.] ////// /// public string Label { get { return label; } } ///[To be supplied.] ////// /// public TreeNode Node { get { return node; } } } } // 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
- Transactions.cs
- ConfigurationSectionHelper.cs
- ActivityDesignerResources.cs
- TextCollapsingProperties.cs
- SecurityTokenRequirement.cs
- RC2CryptoServiceProvider.cs
- ThousandthOfEmRealDoubles.cs
- MeshGeometry3D.cs
- IconHelper.cs
- ClientEventManager.cs
- DataBoundControlDesigner.cs
- FontEmbeddingManager.cs
- ImpersonateTokenRef.cs
- TemplateKey.cs
- URI.cs
- HtmlTableRowCollection.cs
- XmlSchemaResource.cs
- ComponentCollection.cs
- SubqueryTrackingVisitor.cs
- TextBoxAutomationPeer.cs
- SafeUserTokenHandle.cs
- ScriptControlManager.cs
- ColorDialog.cs
- DesignBindingPicker.cs
- NativeMethods.cs
- TimeSpanStorage.cs
- CodeObject.cs
- HuffmanTree.cs
- ExpressionBuilderContext.cs
- ImportContext.cs
- StreamSecurityUpgradeInitiatorBase.cs
- ApplicationActivator.cs
- EditCommandColumn.cs
- ChannelServices.cs
- ProgressBar.cs
- DecoderFallback.cs
- BinaryOperationBinder.cs
- BitmapScalingModeValidation.cs
- ModifierKeysValueSerializer.cs
- SystemUnicastIPAddressInformation.cs
- PrintPreviewControl.cs
- XmlExceptionHelper.cs
- AspNetRouteServiceHttpHandler.cs
- TextLine.cs
- ElementFactory.cs
- HttpBrowserCapabilitiesBase.cs
- Inflater.cs
- Boolean.cs
- LoginUtil.cs
- RequiredAttributeAttribute.cs
- WindowsFormsHost.cs
- DataKeyCollection.cs
- LayoutExceptionEventArgs.cs
- CommonXSendMessage.cs
- util.cs
- TextElement.cs
- DocumentOrderQuery.cs
- SchemaObjectWriter.cs
- Point4DValueSerializer.cs
- Util.cs
- ControlParameter.cs
- EntityFrameworkVersions.cs
- CutCopyPasteHelper.cs
- WindowCollection.cs
- PathParser.cs
- WindowsSidIdentity.cs
- SettingsAttributeDictionary.cs
- ContractListAdapter.cs
- DataGridViewSelectedRowCollection.cs
- RectAnimationUsingKeyFrames.cs
- AnnotationMap.cs
- CallbackHandler.cs
- InvalidWMPVersionException.cs
- DataGridViewSelectedCellsAccessibleObject.cs
- Color.cs
- BookmarkScopeInfo.cs
- AncillaryOps.cs
- PreviewPageInfo.cs
- AjaxFrameworkAssemblyAttribute.cs
- WebPartTransformerCollection.cs
- MeshGeometry3D.cs
- MsmqReceiveParameters.cs
- ToolStripLocationCancelEventArgs.cs
- OdbcException.cs
- DataFormats.cs
- namescope.cs
- GetMemberBinder.cs
- DocumentViewerHelper.cs
- MessageDecoder.cs
- DetailsViewInsertEventArgs.cs
- DefaultBinder.cs
- DataRowComparer.cs
- ServiceMetadataPublishingElement.cs
- ValuePattern.cs
- DataGridViewColumnEventArgs.cs
- WebSysDisplayNameAttribute.cs
- ExtensionDataObject.cs
- XmlNamespaceMapping.cs
- SmiEventSink_Default.cs
- WindowsFormsSectionHandler.cs