Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- ConnectionStringEditor.cs
- TextRunTypographyProperties.cs
- FlagPanel.cs
- XmlAttributeHolder.cs
- BitmapEffect.cs
- RelationshipDetailsCollection.cs
- SemanticResultKey.cs
- CodeCompileUnit.cs
- CheckBox.cs
- AssemblyHash.cs
- SinglePageViewer.cs
- SoapFault.cs
- Keyboard.cs
- filewebresponse.cs
- RoleManagerModule.cs
- ComNativeDescriptor.cs
- TextTreeTextElementNode.cs
- Validator.cs
- DesignerVerbCollection.cs
- PointCollectionConverter.cs
- Maps.cs
- ProcessingInstructionAction.cs
- HttpFileCollectionBase.cs
- SequentialWorkflowRootDesigner.cs
- TypePresenter.xaml.cs
- KeyGestureConverter.cs
- TreeBuilderXamlTranslator.cs
- DBCommandBuilder.cs
- ListViewSelectEventArgs.cs
- SafeHandle.cs
- Int32RectConverter.cs
- _NativeSSPI.cs
- WizardSideBarListControlItem.cs
- TypeHelpers.cs
- ByeMessageCD1.cs
- CaseExpr.cs
- TemplateBuilder.cs
- ServicesSection.cs
- RSAPKCS1KeyExchangeDeformatter.cs
- JsonFormatGeneratorStatics.cs
- ContractTypeNameElement.cs
- ParameterToken.cs
- TextEffect.cs
- ElementProxy.cs
- TypeBinaryExpression.cs
- UserPreferenceChangedEventArgs.cs
- ResourcePart.cs
- ExpandableObjectConverter.cs
- WindowShowOrOpenTracker.cs
- remotingproxy.cs
- SqlWebEventProvider.cs
- OutputCacheModule.cs
- HttpVersion.cs
- BinHexDecoder.cs
- BasicBrowserDialog.designer.cs
- CurrencyManager.cs
- CompiledScopeCriteria.cs
- CachedPathData.cs
- MarkerProperties.cs
- BigInt.cs
- ParallelTimeline.cs
- WebServiceFaultDesigner.cs
- UnsafeNativeMethodsMilCoreApi.cs
- MatrixCamera.cs
- HostingPreferredMapPath.cs
- LocationUpdates.cs
- Convert.cs
- XamlDesignerSerializationManager.cs
- ForEach.cs
- SerializationInfo.cs
- Control.cs
- RepeatBehaviorConverter.cs
- Environment.cs
- ControlOperationInvoker.cs
- SmtpReplyReaderFactory.cs
- FirstQueryOperator.cs
- PrimitiveType.cs
- HuffmanTree.cs
- DockAndAnchorLayout.cs
- coordinator.cs
- SqlCacheDependencyDatabaseCollection.cs
- BinHexEncoder.cs
- AssemblyInfo.cs
- KeyValueInternalCollection.cs
- DefaultTextStoreTextComposition.cs
- EventBookmark.cs
- ServicesUtilities.cs
- DynamicILGenerator.cs
- ActivityExecutorOperation.cs
- BordersPage.cs
- OnOperation.cs
- InkSerializer.cs
- PersistenceTypeAttribute.cs
- __Error.cs
- MultiView.cs
- TransformDescriptor.cs
- DisplayNameAttribute.cs
- DiscardableAttribute.cs
- ModelPropertyDescriptor.cs
- WebServiceHost.cs