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
- shaperfactoryquerycacheentry.cs
- ToolStripCustomTypeDescriptor.cs
- XmlNodeComparer.cs
- PartitionResolver.cs
- Matrix3D.cs
- ActivationServices.cs
- OleDbConnectionPoolGroupProviderInfo.cs
- Point3DIndependentAnimationStorage.cs
- metadatamappinghashervisitor.cs
- ServiceAuthorizationElement.cs
- AnimationClockResource.cs
- InternalConfigHost.cs
- ImportContext.cs
- DbConnectionPoolGroupProviderInfo.cs
- OdbcConnectionOpen.cs
- RemotingConfiguration.cs
- MultiDataTrigger.cs
- X509PeerCertificateAuthentication.cs
- PasswordBoxAutomationPeer.cs
- TrustLevelCollection.cs
- LazyTextWriterCreator.cs
- SQLDoubleStorage.cs
- WebPartConnectionsDisconnectVerb.cs
- Tuple.cs
- UInt64Storage.cs
- StylusPointProperty.cs
- AttachedPropertyBrowsableAttribute.cs
- ActivationServices.cs
- TextBounds.cs
- CardSpacePolicyElement.cs
- CodeArgumentReferenceExpression.cs
- NullableConverter.cs
- DataGridViewCellStyleEditor.cs
- ThumbAutomationPeer.cs
- CngAlgorithmGroup.cs
- GregorianCalendar.cs
- ServiceMemoryGates.cs
- NativeWindow.cs
- AddInAdapter.cs
- MetadataPropertyCollection.cs
- LambdaReference.cs
- DataGridViewComboBoxColumn.cs
- NativeMethods.cs
- TextWriter.cs
- StringKeyFrameCollection.cs
- DeclarativeConditionsCollection.cs
- HwndSource.cs
- GroupBoxDesigner.cs
- NetworkCredential.cs
- XMLDiffLoader.cs
- ObjRef.cs
- InkCanvasSelection.cs
- WmfPlaceableFileHeader.cs
- SessionStateContainer.cs
- LineServicesCallbacks.cs
- PrtTicket_Public.cs
- DecimalConverter.cs
- InstalledFontCollection.cs
- ZoneLinkButton.cs
- XmlBufferReader.cs
- HandleCollector.cs
- InputScope.cs
- BinaryReader.cs
- StrokeRenderer.cs
- TrustLevelCollection.cs
- SequentialUshortCollection.cs
- DebugHandleTracker.cs
- MarkedHighlightComponent.cs
- PageAction.cs
- WindowsRebar.cs
- ProviderConnectionPoint.cs
- Mutex.cs
- LogConverter.cs
- QilList.cs
- DropShadowEffect.cs
- RSACryptoServiceProvider.cs
- TraceContextRecord.cs
- CngUIPolicy.cs
- ImageAutomationPeer.cs
- Rotation3DAnimationBase.cs
- ObjectSet.cs
- WmlPageAdapter.cs
- Polyline.cs
- HyperLink.cs
- TextDecoration.cs
- DrawingVisualDrawingContext.cs
- InfiniteIntConverter.cs
- Line.cs
- InputManager.cs
- InstalledFontCollection.cs
- PointConverter.cs
- HttpModuleAction.cs
- CqlGenerator.cs
- FieldToken.cs
- login.cs
- CursorInteropHelper.cs
- DataListItem.cs
- XmlSchemaExporter.cs
- XmlTextWriter.cs
- RequestResizeEvent.cs