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

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- TextTreeText.cs
- PublisherMembershipCondition.cs
- Application.cs
- ForceCopyBuildProvider.cs
- XmlSerializerFactory.cs
- ProfilePropertyNameValidator.cs
- BamlStream.cs
- JournalEntryListConverter.cs
- ThicknessAnimationUsingKeyFrames.cs
- ForeignConstraint.cs
- DataGridColumnHeaderCollection.cs
- XmlSchemaSimpleTypeUnion.cs
- SharedConnectionWorkflowTransactionService.cs
- DataColumnChangeEvent.cs
- CommentEmitter.cs
- FloaterParagraph.cs
- DelegateSerializationHolder.cs
- DataGridViewColumnDesigner.cs
- GeneralTransform3DGroup.cs
- TypeResolver.cs
- CategoryNameCollection.cs
- XmlReflectionMember.cs
- RadialGradientBrush.cs
- GeneralTransform3DGroup.cs
- Journal.cs
- WindowsIdentity.cs
- DynamicILGenerator.cs
- EventRecord.cs
- DbConnectionPoolIdentity.cs
- ActivityExecutionContext.cs
- CultureSpecificCharacterBufferRange.cs
- HttpResponseHeader.cs
- LongValidator.cs
- SmuggledIUnknown.cs
- BindingCompleteEventArgs.cs
- OpenTypeCommon.cs
- ConfigurationManager.cs
- DataColumnMappingCollection.cs
- Event.cs
- LinqDataSourceDeleteEventArgs.cs
- ProviderCommandInfoUtils.cs
- Dynamic.cs
- SqlGenericUtil.cs
- InputLanguageProfileNotifySink.cs
- PageContent.cs
- ToolStripOverflow.cs
- AspNetHostingPermission.cs
- CompleteWizardStep.cs
- EventHandlerList.cs
- StatementContext.cs
- UIElementParagraph.cs
- ScalarConstant.cs
- SoapAttributeOverrides.cs
- SqlBulkCopy.cs
- NameSpaceExtractor.cs
- MaterializeFromAtom.cs
- MembershipSection.cs
- TabItem.cs
- ClickablePoint.cs
- CheckBoxFlatAdapter.cs
- FrugalList.cs
- BooleanStorage.cs
- ImageEditor.cs
- MapPathBasedVirtualPathProvider.cs
- ErrorTableItemStyle.cs
- Scene3D.cs
- MsmqIntegrationInputMessage.cs
- SchemaExporter.cs
- SqlConnectionHelper.cs
- CustomGrammar.cs
- SafeNativeMethods.cs
- Group.cs
- ProjectionRewriter.cs
- InternalsVisibleToAttribute.cs
- TemplatePropertyEntry.cs
- AssociationType.cs
- SqlDataReader.cs
- BindStream.cs
- securitycriticaldataClass.cs
- DatePicker.cs
- HttpHandlerActionCollection.cs
- wmiutil.cs
- XmlDataProvider.cs
- DragCompletedEventArgs.cs
- NegationPusher.cs
- IncomingWebRequestContext.cs
- PropertyGeneratedEventArgs.cs
- CoTaskMemHandle.cs
- ContainerUtilities.cs
- OrderPreservingSpoolingTask.cs
- TreeViewItemAutomationPeer.cs
- SafeProcessHandle.cs
- MessageFilter.cs
- StylusPointProperty.cs
- ListControl.cs
- PixelFormats.cs
- DesignerImageAdapter.cs
- HandleCollector.cs
- BamlBinaryWriter.cs
- SystemWebExtensionsSectionGroup.cs