Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / ndp / fx / src / WinForms / Managed / System / WinForms / LinkClickEvent.cs / 1305376 / LinkClickEvent.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; ////// /// [System.Runtime.InteropServices.ComVisible(true)] public class LinkClickedEventArgs : EventArgs { private string linkText; ////// Provides data for the ///event. /// /// /// public string LinkText { get { return linkText; } } ////// Gets the text of the link being clicked. /// ////// /// public LinkClickedEventArgs(string linkText) { this.linkText = linkText; } } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007./// Initializes a new instance of the ///class. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CursorInteropHelper.cs
- SafeRegistryHandle.cs
- SmtpReplyReaderFactory.cs
- FileBasedResourceGroveler.cs
- PrintPreviewGraphics.cs
- EmbeddedObject.cs
- AppModelKnownContentFactory.cs
- counter.cs
- PackageRelationshipCollection.cs
- StartUpEventArgs.cs
- CheckPair.cs
- IndexingContentUnit.cs
- DeferredReference.cs
- NativeMethodsOther.cs
- QilUnary.cs
- WebConfigurationFileMap.cs
- DbParameterCollectionHelper.cs
- SqlUDTStorage.cs
- XMLSchema.cs
- CodeValidator.cs
- GrabHandleGlyph.cs
- CommandField.cs
- MenuItemAutomationPeer.cs
- formatter.cs
- ToolTip.cs
- _SslStream.cs
- TdsParser.cs
- VectorAnimationBase.cs
- ByteConverter.cs
- PolyBezierSegment.cs
- Drawing.cs
- MultipleViewPattern.cs
- SettingsPropertyCollection.cs
- NumberSubstitution.cs
- SecurityIdentifierElement.cs
- PointValueSerializer.cs
- ToolConsole.cs
- JobDuplex.cs
- ReadOnlyNameValueCollection.cs
- SortQuery.cs
- DataGridViewCheckBoxColumn.cs
- AttachedPropertyBrowsableForChildrenAttribute.cs
- TextPointerBase.cs
- Math.cs
- MultiByteCodec.cs
- Point4DValueSerializer.cs
- DocumentApplicationJournalEntry.cs
- DesigntimeLicenseContextSerializer.cs
- DateTimeOffset.cs
- SemaphoreSecurity.cs
- HostedNamedPipeTransportManager.cs
- ManagedIStream.cs
- ScanQueryOperator.cs
- BulletDecorator.cs
- HtmlTextArea.cs
- CreateUserErrorEventArgs.cs
- DefaultMemberAttribute.cs
- NativeMethods.cs
- PreApplicationStartMethodAttribute.cs
- XmlArrayItemAttribute.cs
- ByteStorage.cs
- XmlException.cs
- FileSystemInfo.cs
- PackagingUtilities.cs
- ConcurrencyBehavior.cs
- dataobject.cs
- DaylightTime.cs
- Size3D.cs
- AVElementHelper.cs
- PerformanceCounterManager.cs
- BindingBase.cs
- XamlTypeMapper.cs
- HttpProfileBase.cs
- GlobalizationSection.cs
- SystemWebExtensionsSectionGroup.cs
- DesignerContextDescriptor.cs
- CompositionTarget.cs
- Event.cs
- ListDictionary.cs
- PriorityBindingExpression.cs
- AncestorChangedEventArgs.cs
- TextOnlyOutput.cs
- ApplicationFileCodeDomTreeGenerator.cs
- RelatedPropertyManager.cs
- DockProviderWrapper.cs
- ProtocolsConfigurationEntry.cs
- StyleModeStack.cs
- DataGridViewCellStateChangedEventArgs.cs
- XmlRootAttribute.cs
- Brush.cs
- FilteredAttributeCollection.cs
- HttpModuleActionCollection.cs
- MultiByteCodec.cs
- ConnectionManagementSection.cs
- EventMappingSettingsCollection.cs
- StylusTouchDevice.cs
- SchemaNotation.cs
- ResXResourceReader.cs
- AnnotationAdorner.cs
- WebDisplayNameAttribute.cs