Code:
/ 4.0 / 4.0 / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / NodeLabelEditEvent.cs / 1305376 / 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
- ScaleTransform3D.cs
- WebPartCollection.cs
- StreamInfo.cs
- JapaneseCalendar.cs
- FileIOPermission.cs
- WebReference.cs
- EditorZoneDesigner.cs
- HebrewCalendar.cs
- SHA512Managed.cs
- KnownTypeAttribute.cs
- ItemsPanelTemplate.cs
- NameValuePair.cs
- HttpApplication.cs
- HttpPostedFileBase.cs
- UpdateProgress.cs
- HtmlControlPersistable.cs
- HttpWebRequestElement.cs
- FrameworkElement.cs
- PerformanceCounter.cs
- TakeQueryOptionExpression.cs
- AsyncCallback.cs
- UIElement3D.cs
- InitializationEventAttribute.cs
- HyperLink.cs
- ReflectionPermission.cs
- DataGridViewImageColumn.cs
- StringBuilder.cs
- TransactionalPackage.cs
- AssociationSet.cs
- Internal.cs
- ThicknessAnimationUsingKeyFrames.cs
- ContentControl.cs
- DrawingGroup.cs
- FixedSOMTextRun.cs
- Function.cs
- Scene3D.cs
- DbSourceCommand.cs
- BitmapEffectRenderDataResource.cs
- BufferedGraphicsContext.cs
- XPathDocumentIterator.cs
- ToolZoneDesigner.cs
- WebHttpSecurityElement.cs
- HostingEnvironment.cs
- FrameworkElement.cs
- EncodingTable.cs
- Tablet.cs
- _SSPIWrapper.cs
- DataFormats.cs
- CustomErrorsSection.cs
- ToolStripKeyboardHandlingService.cs
- MembershipUser.cs
- FormCollection.cs
- _SSPIWrapper.cs
- ErrorRuntimeConfig.cs
- DockProviderWrapper.cs
- TagMapInfo.cs
- DBConcurrencyException.cs
- FaultReason.cs
- QueryGeneratorBase.cs
- _AutoWebProxyScriptEngine.cs
- XmlEventCache.cs
- ResourceAssociationTypeEnd.cs
- Stackframe.cs
- oledbmetadatacolumnnames.cs
- DataTemplateKey.cs
- CompositeDataBoundControl.cs
- SafeNativeMethods.cs
- ButtonBaseAutomationPeer.cs
- RangeBase.cs
- MatrixTransform.cs
- HostingEnvironmentSection.cs
- ComplexTypeEmitter.cs
- SqlDataSourceView.cs
- ClientScriptManager.cs
- RoutedPropertyChangedEventArgs.cs
- HTTPAPI_VERSION.cs
- BamlBinaryWriter.cs
- RegistrySecurity.cs
- OSFeature.cs
- BitmapEffectInputConnector.cs
- GeometryGroup.cs
- CommandID.cs
- FileBasedResourceGroveler.cs
- shaperfactory.cs
- PathFigureCollection.cs
- AllMembershipCondition.cs
- FlowLayoutPanel.cs
- XamlFilter.cs
- UnmanagedBitmapWrapper.cs
- RoleService.cs
- SecurityPermission.cs
- Double.cs
- DataGridViewRowStateChangedEventArgs.cs
- StdValidatorsAndConverters.cs
- CoreChannel.cs
- ZoomComboBox.cs
- DefaultPrintController.cs
- _BufferOffsetSize.cs
- EncryptedData.cs
- FtpCachePolicyElement.cs