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
- SqlGenericUtil.cs
- MonthChangedEventArgs.cs
- DataGridViewCellStyleConverter.cs
- FormsAuthenticationCredentials.cs
- TextSpanModifier.cs
- ObfuscationAttribute.cs
- CodeBinaryOperatorExpression.cs
- PropertyBuilder.cs
- SchemaCollectionPreprocessor.cs
- _IPv6Address.cs
- TreePrinter.cs
- Query.cs
- PeerName.cs
- ListViewItemMouseHoverEvent.cs
- HttpRequestCacheValidator.cs
- MSG.cs
- EntityContainerAssociationSetEnd.cs
- KeyInterop.cs
- DocumentScope.cs
- BitmapFrameEncode.cs
- TakeOrSkipWhileQueryOperator.cs
- OleDbStruct.cs
- IsolatedStoragePermission.cs
- IconConverter.cs
- ValidationRuleCollection.cs
- DrawingBrush.cs
- ListView.cs
- NullReferenceException.cs
- XmlSerializerAssemblyAttribute.cs
- WebBrowsableAttribute.cs
- EnumConverter.cs
- RestHandlerFactory.cs
- StaticDataManager.cs
- DataServiceExpressionVisitor.cs
- WithParamAction.cs
- ListBindingConverter.cs
- CategoryAttribute.cs
- SmiEventStream.cs
- SessionPageStateSection.cs
- RegexCompiler.cs
- ObjectStateFormatter.cs
- QueryExecutionOption.cs
- ControlCollection.cs
- ManagementBaseObject.cs
- DataGridHyperlinkColumn.cs
- AlphabeticalEnumConverter.cs
- RectAnimationUsingKeyFrames.cs
- DeviceContext.cs
- Configuration.cs
- HttpCookiesSection.cs
- EdmConstants.cs
- _Win32.cs
- SpecularMaterial.cs
- HttpRequest.cs
- SpellerError.cs
- CatalogPart.cs
- EnlistmentState.cs
- DrawingCollection.cs
- ElementUtil.cs
- documentsequencetextcontainer.cs
- IntegerValidatorAttribute.cs
- _Events.cs
- SplitterPanel.cs
- ScrollableControl.cs
- EndpointAddressMessageFilterTable.cs
- TiffBitmapDecoder.cs
- DataGridViewTextBoxEditingControl.cs
- ProjectedSlot.cs
- UnsafeNativeMethods.cs
- HttpValueCollection.cs
- AssemblyAttributesGoHere.cs
- EqualityComparer.cs
- ForwardPositionQuery.cs
- Menu.cs
- ToolStripPanelRow.cs
- BamlStream.cs
- SpeechRecognitionEngine.cs
- NameTable.cs
- ConfigurationSchemaErrors.cs
- CloudCollection.cs
- Pool.cs
- InstalledFontCollection.cs
- FlowDocumentPage.cs
- RequestCachePolicyConverter.cs
- TypeInfo.cs
- HostVisual.cs
- ThreadInterruptedException.cs
- UrlPath.cs
- MasterPageParser.cs
- StateWorkerRequest.cs
- SafeNativeMethodsCLR.cs
- SystemIPGlobalStatistics.cs
- RuntimeHelpers.cs
- System.Data_BID.cs
- InstanceKeyView.cs
- XmlNamespaceDeclarationsAttribute.cs
- SectionUpdates.cs
- MatrixTransform.cs
- CustomValidator.cs
- SqlConnectionHelper.cs