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
- CheckableControlBaseAdapter.cs
- HyperLinkField.cs
- WebPartHeaderCloseVerb.cs
- WorkflowApplicationAbortedEventArgs.cs
- BindableAttribute.cs
- BufferedReadStream.cs
- HitTestWithGeometryDrawingContextWalker.cs
- CellIdBoolean.cs
- ObjectDataSourceWizardForm.cs
- TextStore.cs
- XmlAnyElementAttribute.cs
- HttpRequestCacheValidator.cs
- GradientPanel.cs
- ResourceSet.cs
- PictureBox.cs
- SqlTypesSchemaImporter.cs
- WindowsBrush.cs
- WindowsMenu.cs
- metadatamappinghashervisitor.cs
- LassoHelper.cs
- GenericEnumerator.cs
- Accessors.cs
- TreeViewImageIndexConverter.cs
- NominalTypeEliminator.cs
- HostingEnvironmentSection.cs
- ContainerUIElement3D.cs
- ObjectToIdCache.cs
- DeadCharTextComposition.cs
- SrgsRuleRef.cs
- EventBookmark.cs
- ExpressionBuilder.cs
- TablePattern.cs
- RegisteredDisposeScript.cs
- DataGridState.cs
- DefaultEventAttribute.cs
- ThemeableAttribute.cs
- BindingList.cs
- PropertyValueUIItem.cs
- OdbcException.cs
- ListDataHelper.cs
- Memoizer.cs
- DLinqDataModelProvider.cs
- activationcontext.cs
- PlanCompilerUtil.cs
- AccessibleObject.cs
- BitmapEffect.cs
- EditingCommands.cs
- XXXInfos.cs
- SecurityState.cs
- CustomValidator.cs
- ScrollData.cs
- OleDbRowUpdatedEvent.cs
- ToolBarButton.cs
- NetNamedPipeBindingElement.cs
- TypeDelegator.cs
- AsynchronousChannel.cs
- LocationReference.cs
- DataListItem.cs
- ReadOnlyPermissionSet.cs
- RequestCachingSection.cs
- DataBindingsDialog.cs
- Executor.cs
- WithStatement.cs
- MenuItem.cs
- SizeChangedInfo.cs
- ArithmeticException.cs
- BuildResult.cs
- Comparer.cs
- _TLSstream.cs
- XmlNullResolver.cs
- UtilityExtension.cs
- ScriptControl.cs
- XPathSelfQuery.cs
- XmlSignatureManifest.cs
- Cell.cs
- Renderer.cs
- SQLCharsStorage.cs
- InheritablePropertyChangeInfo.cs
- XpsFilter.cs
- ExceptionRoutedEventArgs.cs
- WindowsGraphics.cs
- LinkedList.cs
- LabelLiteral.cs
- CodeIdentifier.cs
- CallInfo.cs
- LightweightCodeGenerator.cs
- CommandID.cs
- RuleRefElement.cs
- DefaultTraceListener.cs
- ApplicationInterop.cs
- PasswordDeriveBytes.cs
- MDIControlStrip.cs
- EndSelectCardRequest.cs
- LineBreakRecord.cs
- EntityConnectionStringBuilder.cs
- C14NUtil.cs
- XPathEmptyIterator.cs
- DataReaderContainer.cs
- DeclarativeCatalogPart.cs
- PropertyFilter.cs