Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / ndp / fx / src / WinForms / Managed / System / WinForms / LabelEditEvent.cs / 1 / LabelEditEvent.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 LabelEditEventArgs : EventArgs { private readonly string label; private readonly int item; private bool cancelEdit = false; ////// Provides data for the ///event. /// /// /// public LabelEditEventArgs(int item) { this.item = item; this.label = null; } ////// Initializes a new instance /// of the ///class with the specified /// index to the to edit. /// /// /// public LabelEditEventArgs(int item, string label) { this.item = item; this.label = label; } ////// Initializes a new instance /// of the ///class with the specified index to the being /// edited and the new text for the label of the . /// /// /// public string Label { get { return label; } } ////// Gets the new text assigned to the label of the ///. /// /// /// public int Item { get { return item; } } ////// Gets the zero-based index of the ///containing the label to /// edit. /// /// /// public bool CancelEdit { get { return cancelEdit; } set { cancelEdit = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------------------ ///// Gets or sets a value indicating whether changes made to the label of /// the ///should be canceled. /// // 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 LabelEditEventArgs : EventArgs { private readonly string label; private readonly int item; private bool cancelEdit = false; ////// Provides data for the ///event. /// /// /// public LabelEditEventArgs(int item) { this.item = item; this.label = null; } ////// Initializes a new instance /// of the ///class with the specified /// index to the to edit. /// /// /// public LabelEditEventArgs(int item, string label) { this.item = item; this.label = label; } ////// Initializes a new instance /// of the ///class with the specified index to the being /// edited and the new text for the label of the . /// /// /// public string Label { get { return label; } } ////// Gets the new text assigned to the label of the ///. /// /// /// public int Item { get { return item; } } ////// Gets the zero-based index of the ///containing the label to /// edit. /// /// /// public bool CancelEdit { get { return cancelEdit; } set { cancelEdit = value; } } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Gets or sets a value indicating whether changes made to the label of /// the ///should be canceled. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- DynamicRenderer.cs
- GridItemCollection.cs
- ProfileProvider.cs
- WebConfigurationHostFileChange.cs
- FrameworkContextData.cs
- WebPartDeleteVerb.cs
- ReadOnlyCollection.cs
- DefaultProxySection.cs
- CultureTable.cs
- FilterQueryOptionExpression.cs
- coordinator.cs
- SQLDateTime.cs
- HostingEnvironment.cs
- LinqDataSourceDeleteEventArgs.cs
- UnsafeNativeMethods.cs
- NativeMethods.cs
- initElementDictionary.cs
- ComplexPropertyEntry.cs
- Pens.cs
- XamlRtfConverter.cs
- ADConnectionHelper.cs
- FrameworkObject.cs
- RuleInfoComparer.cs
- SystemFonts.cs
- _DomainName.cs
- MaterialCollection.cs
- DataObject.cs
- UDPClient.cs
- TreeNodeClickEventArgs.cs
- Formatter.cs
- CustomAttribute.cs
- KnowledgeBase.cs
- Int16Storage.cs
- BaseCAMarshaler.cs
- complextypematerializer.cs
- BooleanProjectedSlot.cs
- MouseGestureConverter.cs
- WebServiceEnumData.cs
- TimeoutHelper.cs
- FilterableAttribute.cs
- UserControl.cs
- TextEndOfSegment.cs
- MeasureItemEvent.cs
- _FixedSizeReader.cs
- DataSvcMapFile.cs
- handlecollector.cs
- BinaryParser.cs
- QueryGenerator.cs
- NGCSerializationManagerAsync.cs
- Delegate.cs
- ProjectedSlot.cs
- coordinator.cs
- ComponentEvent.cs
- DomainUpDown.cs
- SecurityTokenSpecification.cs
- FormsAuthenticationUserCollection.cs
- TextEvent.cs
- RelatedEnd.cs
- Empty.cs
- DecimalAnimation.cs
- XmlChildNodes.cs
- ArrayWithOffset.cs
- ElementNotEnabledException.cs
- AsyncDataRequest.cs
- FileEnumerator.cs
- ReadWriteSpinLock.cs
- XamlGridLengthSerializer.cs
- UTF32Encoding.cs
- Converter.cs
- XmlSchemaDocumentation.cs
- ContentType.cs
- ConfigurationManagerHelper.cs
- ButtonColumn.cs
- CodeDelegateInvokeExpression.cs
- HtmlControl.cs
- ToolStripItemTextRenderEventArgs.cs
- EventSinkHelperWriter.cs
- ParenExpr.cs
- GridItem.cs
- Journal.cs
- AuthenticationModuleElementCollection.cs
- CommandBindingCollection.cs
- ArrangedElement.cs
- WpfGeneratedKnownTypes.cs
- SoapClientProtocol.cs
- DataErrorValidationRule.cs
- GridViewRow.cs
- MachineKey.cs
- TreeSet.cs
- BuildTopDownAttribute.cs
- XmlBindingWorker.cs
- ChildDocumentBlock.cs
- RightsManagementErrorHandler.cs
- NativeMethodsCLR.cs
- AddressHeader.cs
- SuppressMergeCheckAttribute.cs
- Stopwatch.cs
- Compiler.cs
- TextSelection.cs
- ClientCultureInfo.cs