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
- TypeHelpers.cs
- NullableConverter.cs
- TableItemProviderWrapper.cs
- RegisteredHiddenField.cs
- CompatibleComparer.cs
- FillRuleValidation.cs
- DES.cs
- TabPageDesigner.cs
- RawStylusSystemGestureInputReport.cs
- ArrayList.cs
- NativeMethods.cs
- SafeEventLogWriteHandle.cs
- CardSpaceShim.cs
- PrintDocument.cs
- DataGridViewColumnStateChangedEventArgs.cs
- InputEventArgs.cs
- ScriptResourceAttribute.cs
- DataServiceQueryOfT.cs
- DataSourceCacheDurationConverter.cs
- NameValuePermission.cs
- WindowAutomationPeer.cs
- EventlogProvider.cs
- SerializationInfo.cs
- BaseCollection.cs
- SettingsPropertyValue.cs
- CacheDependency.cs
- CodeDirectoryCompiler.cs
- ClientTargetSection.cs
- TypeBuilderInstantiation.cs
- LookupBindingPropertiesAttribute.cs
- IdleTimeoutMonitor.cs
- RichTextBox.cs
- exports.cs
- TextParaLineResult.cs
- PathNode.cs
- DescendentsWalker.cs
- TimeoutTimer.cs
- MethodToken.cs
- TextEditorCharacters.cs
- DbProviderConfigurationHandler.cs
- _DomainName.cs
- DataControlField.cs
- AssemblyAttributesGoHere.cs
- ArgumentNullException.cs
- BrowserDefinition.cs
- Vars.cs
- HttpWebRequest.cs
- StringOutput.cs
- DbParameterCollection.cs
- ZeroOpNode.cs
- ActionMessageFilter.cs
- PagesChangedEventArgs.cs
- HttpFileCollection.cs
- ReadOnlyPropertyMetadata.cs
- JpegBitmapDecoder.cs
- BaseDataList.cs
- TextServicesCompartment.cs
- Rectangle.cs
- ContentType.cs
- AuthenticationConfig.cs
- DataBoundControlActionList.cs
- EastAsianLunisolarCalendar.cs
- BaseParagraph.cs
- ParentUndoUnit.cs
- DayRenderEvent.cs
- DbConnectionPoolGroupProviderInfo.cs
- ThreadStateException.cs
- XmlSchemaObjectTable.cs
- SmiContextFactory.cs
- ObjectNotFoundException.cs
- CrossSiteScriptingValidation.cs
- ObjectDataSourceDisposingEventArgs.cs
- WrapperEqualityComparer.cs
- WebPartEditVerb.cs
- WebPartTransformerAttribute.cs
- TextBoxBase.cs
- StringCollection.cs
- WinInet.cs
- SqlHelper.cs
- DbConnectionFactory.cs
- RuntimeArgumentHandle.cs
- WebPartConnectionsCancelEventArgs.cs
- PeerApplication.cs
- DeflateEmulationStream.cs
- Utility.cs
- DelegatedStream.cs
- CultureTableRecord.cs
- MatcherBuilder.cs
- DispatcherSynchronizationContext.cs
- ColumnPropertiesGroup.cs
- SpecialNameAttribute.cs
- ClientOptions.cs
- PropertyDescriptor.cs
- ToggleButton.cs
- COM2EnumConverter.cs
- PointLightBase.cs
- ScriptingProfileServiceSection.cs
- FileResponseElement.cs
- UInt16.cs
- CollectionEditVerbManager.cs