Code:
/ 4.0 / 4.0 / untmp / 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.] ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- RuntimeWrappedException.cs
- ReliableChannelListener.cs
- WebServiceParameterData.cs
- XPathDocumentIterator.cs
- RbTree.cs
- CLSCompliantAttribute.cs
- TextServicesContext.cs
- ErrorCodes.cs
- CustomWebEventKey.cs
- XmlSequenceWriter.cs
- RemotingConfiguration.cs
- Enum.cs
- ActivationWorker.cs
- CircleHotSpot.cs
- SafeNativeMethods.cs
- EntityDataSourceContextDisposingEventArgs.cs
- DrawingCollection.cs
- SqlException.cs
- ConfigViewGenerator.cs
- TypeConstant.cs
- milexports.cs
- DoubleAnimationUsingPath.cs
- Reference.cs
- EncryptedKeyIdentifierClause.cs
- PageSettings.cs
- SqlReferenceCollection.cs
- TransactionTable.cs
- PeerObject.cs
- Memoizer.cs
- ProfileEventArgs.cs
- Enum.cs
- MenuItemStyle.cs
- ContentWrapperAttribute.cs
- ImmutableDispatchRuntime.cs
- Aggregates.cs
- AppDomainEvidenceFactory.cs
- FunctionImportElement.cs
- DataContractSerializerMessageContractImporter.cs
- MemberPathMap.cs
- HttpModuleActionCollection.cs
- List.cs
- GPPOINT.cs
- SiteMapDataSourceView.cs
- DataBinder.cs
- ExceptionHandler.cs
- BaseCodeDomTreeGenerator.cs
- Vector3DConverter.cs
- ObjectQuery.cs
- UIElementCollection.cs
- WebPartTransformer.cs
- WaitHandle.cs
- ExpressionLexer.cs
- ResourceLoader.cs
- DbMetaDataCollectionNames.cs
- CLRBindingWorker.cs
- BindingGroup.cs
- AssemblyCollection.cs
- NamespaceList.cs
- DataGridItemAutomationPeer.cs
- EventBuilder.cs
- ProfileService.cs
- GlyphManager.cs
- EntityDataSourceContainerNameConverter.cs
- HttpModule.cs
- DynamicFilter.cs
- WmfPlaceableFileHeader.cs
- MailHeaderInfo.cs
- XmlExceptionHelper.cs
- Mutex.cs
- SqlFunctionAttribute.cs
- Timeline.cs
- DataSetUtil.cs
- ConnectionProviderAttribute.cs
- ListViewDataItem.cs
- DataTablePropertyDescriptor.cs
- HostProtectionException.cs
- ProtocolState.cs
- DeploymentSection.cs
- AllowedAudienceUriElementCollection.cs
- SoapIgnoreAttribute.cs
- HitTestWithGeometryDrawingContextWalker.cs
- BindingCollection.cs
- Brush.cs
- _AutoWebProxyScriptEngine.cs
- SettingsContext.cs
- WorkflowServiceHost.cs
- HeaderedContentControl.cs
- SymDocumentType.cs
- WebPartManager.cs
- BCryptSafeHandles.cs
- CreateUserErrorEventArgs.cs
- MessageSecurityTokenVersion.cs
- UrlPropertyAttribute.cs
- AutoResetEvent.cs
- XmlName.cs
- EnterpriseServicesHelper.cs
- _AutoWebProxyScriptWrapper.cs
- RecommendedAsConfigurableAttribute.cs
- XmlSchemaException.cs
- SqlTriggerContext.cs