Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- GridItemProviderWrapper.cs
- OpCopier.cs
- BoolExpr.cs
- DockPattern.cs
- Pool.cs
- HttpConfigurationSystem.cs
- RowBinding.cs
- ErrorStyle.cs
- ResourcePart.cs
- TemplateControlBuildProvider.cs
- PTConverter.cs
- DataKeyArray.cs
- SignedPkcs7.cs
- SmtpException.cs
- SharedStatics.cs
- CompilationUtil.cs
- XmlSchemaFacet.cs
- HMACSHA256.cs
- QuadraticBezierSegment.cs
- DataTableReaderListener.cs
- Stackframe.cs
- RequestResizeEvent.cs
- CodeMethodInvokeExpression.cs
- XmlSchemaCompilationSettings.cs
- WebPartZoneAutoFormat.cs
- ScaleTransform.cs
- Margins.cs
- Shared.cs
- ButtonBaseAdapter.cs
- RectAnimationBase.cs
- LineSegment.cs
- PaintValueEventArgs.cs
- DateTimeOffsetAdapter.cs
- SuppressMessageAttribute.cs
- ParameterBuilder.cs
- SafeFileMapViewHandle.cs
- ScaleTransform3D.cs
- PackagingUtilities.cs
- SuppressIldasmAttribute.cs
- InteropAutomationProvider.cs
- CollectionView.cs
- LogicalExpr.cs
- SettingsContext.cs
- Invariant.cs
- SqlMethods.cs
- MaskedTextProvider.cs
- SaveFileDialog.cs
- DispatcherTimer.cs
- SessionViewState.cs
- XamlClipboardData.cs
- MethodCallExpression.cs
- Visual3DCollection.cs
- ControlCommandSet.cs
- Operand.cs
- dataSvcMapFileLoader.cs
- CodeTryCatchFinallyStatement.cs
- ArraySortHelper.cs
- GeneralTransform2DTo3DTo2D.cs
- BaseCodeDomTreeGenerator.cs
- CellTreeNode.cs
- SimplePropertyEntry.cs
- AuthorizationSection.cs
- Vector3DCollectionConverter.cs
- WebPartConnectionsConnectVerb.cs
- UserControlFileEditor.cs
- SymbolPair.cs
- MimePart.cs
- FormatException.cs
- ArraySortHelper.cs
- Thread.cs
- NameTable.cs
- RuntimeWrappedException.cs
- RunWorkerCompletedEventArgs.cs
- PrintController.cs
- DataGridTablesFactory.cs
- BitHelper.cs
- SafeNativeMethods.cs
- RectIndependentAnimationStorage.cs
- PartialCachingControl.cs
- SQLSingle.cs
- ToolStripItemEventArgs.cs
- TableLayoutStyle.cs
- CircleHotSpot.cs
- RootProfilePropertySettingsCollection.cs
- ConfigurationLocationCollection.cs
- Point3DCollection.cs
- BrowserTree.cs
- GeometryHitTestResult.cs
- RepeatButtonAutomationPeer.cs
- DesignerLinkAdapter.cs
- XmlWrappingReader.cs
- SqlExpander.cs
- ContractsBCL.cs
- DiagnosticsConfigurationHandler.cs
- LinkLabel.cs
- RightsManagementInformation.cs
- RowsCopiedEventArgs.cs
- ImageList.cs
- BuildProvider.cs
- RemoteAsymmetricSignatureFormatter.cs