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;
///
///
///
/// 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
- PropertyEmitter.cs
- InkCanvasInnerCanvas.cs
- TypeGenericEnumerableViewSchema.cs
- ProtocolsSection.cs
- AuthenticationModulesSection.cs
- LocalizationCodeDomSerializer.cs
- Bitmap.cs
- ContextActivityUtils.cs
- ViewEventArgs.cs
- ScriptControl.cs
- LostFocusEventManager.cs
- GradientStop.cs
- DataKeyCollection.cs
- DBCommandBuilder.cs
- TemplateParser.cs
- CookielessHelper.cs
- XmlChoiceIdentifierAttribute.cs
- ExpressionParser.cs
- InlinedAggregationOperatorEnumerator.cs
- HttpModuleAction.cs
- SrgsElementFactory.cs
- ExpressionsCollectionConverter.cs
- SqlUtils.cs
- TdsParameterSetter.cs
- ChangePasswordDesigner.cs
- FixedSOMFixedBlock.cs
- DataGridViewLinkCell.cs
- ObjectQueryExecutionPlan.cs
- CssTextWriter.cs
- TaiwanLunisolarCalendar.cs
- BooleanFacetDescriptionElement.cs
- SvcMapFile.cs
- Statements.cs
- DateTimeConstantAttribute.cs
- RootDesignerSerializerAttribute.cs
- BackStopAuthenticationModule.cs
- PagerSettings.cs
- DPTypeDescriptorContext.cs
- ColumnWidthChangingEvent.cs
- StylusPoint.cs
- WebConfigManager.cs
- TreeNodeEventArgs.cs
- WebPartEditVerb.cs
- Trigger.cs
- WmlValidatorAdapter.cs
- ClientConfigurationSystem.cs
- _LocalDataStore.cs
- ControlParameter.cs
- XmlFormatExtensionPrefixAttribute.cs
- ResourceIDHelper.cs
- SoapObjectInfo.cs
- HTMLTextWriter.cs
- EFAssociationProvider.cs
- ClipboardProcessor.cs
- ChangeProcessor.cs
- CodeIdentifiers.cs
- BinaryConverter.cs
- ResourceReferenceKeyNotFoundException.cs
- IIS7UserPrincipal.cs
- NameGenerator.cs
- Command.cs
- LinkClickEvent.cs
- ISessionStateStore.cs
- RotateTransform3D.cs
- SqlTopReducer.cs
- Events.cs
- BamlLocalizer.cs
- ServiceObjectContainer.cs
- TitleStyle.cs
- ChangeToolStripParentVerb.cs
- ListViewAutomationPeer.cs
- SurrogateEncoder.cs
- RectAnimationUsingKeyFrames.cs
- GeneralTransform3DTo2D.cs
- XamlFxTrace.cs
- TypeValidationEventArgs.cs
- WrappedIUnknown.cs
- SizeAnimation.cs
- MatrixTransform3D.cs
- WebPartConnectVerb.cs
- ELinqQueryState.cs
- GroupItem.cs
- XmlTextAttribute.cs
- Enum.cs
- StringResourceManager.cs
- TextSerializer.cs
- SimpleTypeResolver.cs
- SafeIUnknown.cs
- TextRangeEditTables.cs
- BasicKeyConstraint.cs
- MemberRelationshipService.cs
- _SslState.cs
- RuleSetBrowserDialog.cs
- CharStorage.cs
- GAC.cs
- WhitespaceRule.cs
- MultidimensionalArrayItemReference.cs
- DependencySource.cs
- SystemTcpConnection.cs
- Style.cs