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
- EntityDataSourceState.cs
- GregorianCalendarHelper.cs
- Version.cs
- TypeForwardedToAttribute.cs
- FloaterParaClient.cs
- TextEditorDragDrop.cs
- CheckBoxField.cs
- XmlReader.cs
- GridViewCancelEditEventArgs.cs
- Quaternion.cs
- Rectangle.cs
- TableCell.cs
- VectorAnimationUsingKeyFrames.cs
- OracleRowUpdatedEventArgs.cs
- FamilyMapCollection.cs
- _ListenerRequestStream.cs
- AttributeEmitter.cs
- MorphHelper.cs
- BigInt.cs
- SoapAttributes.cs
- InternalSafeNativeMethods.cs
- CacheOutputQuery.cs
- MultipleViewProviderWrapper.cs
- PowerModeChangedEventArgs.cs
- DiscreteKeyFrames.cs
- WindowHideOrCloseTracker.cs
- ActivitySurrogate.cs
- UpdatePanelControlTrigger.cs
- SecurityDescriptor.cs
- Registration.cs
- ListItem.cs
- followingquery.cs
- SqlConnectionString.cs
- LoginViewDesigner.cs
- NonClientArea.cs
- EncoderBestFitFallback.cs
- _emptywebproxy.cs
- ImportException.cs
- MonikerProxyAttribute.cs
- _Semaphore.cs
- ContainsRowNumberChecker.cs
- RectangleGeometry.cs
- ResourceIDHelper.cs
- XmlDesignerDataSourceView.cs
- ToolbarAUtomationPeer.cs
- MenuItem.cs
- DataControlFieldHeaderCell.cs
- HyperLink.cs
- ContentValidator.cs
- PreProcessor.cs
- XmlEnumAttribute.cs
- counter.cs
- JavaScriptSerializer.cs
- BufferModesCollection.cs
- CachedRequestParams.cs
- PerformanceCounterPermission.cs
- WebPartConnectVerb.cs
- NameSpaceEvent.cs
- LinqDataSourceDeleteEventArgs.cs
- RequestDescription.cs
- XmlQualifiedName.cs
- PartitionerQueryOperator.cs
- PropertyItemInternal.cs
- ButtonStandardAdapter.cs
- CodeDOMUtility.cs
- IDQuery.cs
- RestClientProxyHandler.cs
- StubHelpers.cs
- MetadataProperty.cs
- OdbcEnvironmentHandle.cs
- RotateTransform.cs
- RowType.cs
- PeerTransportListenAddressValidatorAttribute.cs
- WebHttpBindingCollectionElement.cs
- SpeakInfo.cs
- WithParamAction.cs
- PathSegmentCollection.cs
- Point3DCollection.cs
- InternalConfigSettingsFactory.cs
- COAUTHIDENTITY.cs
- securitycriticaldataClass.cs
- StateMachineWorkflow.cs
- InternalRelationshipCollection.cs
- TransformGroup.cs
- PeerApplication.cs
- ActivityStateRecord.cs
- ConfigurationException.cs
- SmiEventSink_Default.cs
- ConfigUtil.cs
- ConfigurationSectionCollection.cs
- XmlUrlResolver.cs
- _TLSstream.cs
- Viewport3DAutomationPeer.cs
- ForwardPositionQuery.cs
- SessionStateItemCollection.cs
- OAVariantLib.cs
- ObjectListGeneralPage.cs
- ValidatorUtils.cs
- Group.cs
- SessionStateSection.cs