Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- InteropAutomationProvider.cs
- XmlDataSource.cs
- X509Utils.cs
- FileDialog.cs
- Int32EqualityComparer.cs
- FontCollection.cs
- CodeExpressionStatement.cs
- altserialization.cs
- CompoundFileDeflateTransform.cs
- Point.cs
- HttpRequest.cs
- AssemblyCache.cs
- TraceFilter.cs
- SafeNativeMethods.cs
- ClaimSet.cs
- SQLByteStorage.cs
- SplineKeyFrames.cs
- ClientRoleProvider.cs
- ModifierKeysConverter.cs
- CodeSnippetCompileUnit.cs
- SplashScreen.cs
- SemanticValue.cs
- FontCacheUtil.cs
- BindingBase.cs
- CapabilitiesState.cs
- XmlSerializationReader.cs
- ProviderSettings.cs
- EncryptedXml.cs
- GridSplitter.cs
- MouseBinding.cs
- GenericXmlSecurityToken.cs
- GenericUriParser.cs
- MimeMultiPart.cs
- TextRangeBase.cs
- Behavior.cs
- ArrayConverter.cs
- SchemaTableOptionalColumn.cs
- DefaultAuthorizationContext.cs
- GrammarBuilder.cs
- AlternateView.cs
- Policy.cs
- FieldMetadata.cs
- AssemblyCollection.cs
- ExtractorMetadata.cs
- SynchronizedChannelCollection.cs
- XsdCachingReader.cs
- TabletDeviceInfo.cs
- WebBrowser.cs
- Config.cs
- SimpleTableProvider.cs
- MultiTrigger.cs
- MultiDataTrigger.cs
- SynchronizationLockException.cs
- BasicExpressionVisitor.cs
- NameObjectCollectionBase.cs
- UidPropertyAttribute.cs
- ServiceDescriptionSerializer.cs
- MenuItemStyle.cs
- ColorMatrix.cs
- PropertyTabAttribute.cs
- HtmlInputControl.cs
- SamlSecurityToken.cs
- Rule.cs
- ColorConvertedBitmap.cs
- PixelFormatConverter.cs
- ElementAction.cs
- brushes.cs
- UIElement.cs
- ServiceRouteHandler.cs
- CounterCreationDataConverter.cs
- Tag.cs
- TextServicesProperty.cs
- SymDocumentType.cs
- Vertex.cs
- DataGridViewBand.cs
- PackageDigitalSignatureManager.cs
- SessionEndingCancelEventArgs.cs
- InternalSafeNativeMethods.cs
- ElementUtil.cs
- InfoCardService.cs
- DbModificationClause.cs
- Normalizer.cs
- NotConverter.cs
- DataTableClearEvent.cs
- HighContrastHelper.cs
- FaultCode.cs
- FaultImportOptions.cs
- RegionInfo.cs
- AssemblyBuilderData.cs
- ResourceDisplayNameAttribute.cs
- LoadMessageLogger.cs
- VariableValue.cs
- AutoResizedEvent.cs
- Line.cs
- FolderBrowserDialog.cs
- TypeInformation.cs
- InputProviderSite.cs
- CachedCompositeFamily.cs
- MonthChangedEventArgs.cs
- ConfigurationErrorsException.cs