Code:
/ 4.0 / 4.0 / 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.
//------------------------------------------------------------------------------
//
// 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
- SchemaInfo.cs
- MutexSecurity.cs
- ContainerUtilities.cs
- Missing.cs
- DataGridViewSelectedCellCollection.cs
- Decorator.cs
- TextModifierScope.cs
- StringBuilder.cs
- PersonalizationProvider.cs
- SmiRecordBuffer.cs
- MemberDescriptor.cs
- FixedPage.cs
- DirectoryInfo.cs
- DesignTimeHTMLTextWriter.cs
- JournalEntryListConverter.cs
- MethodSet.cs
- ReferencedType.cs
- StaticFileHandler.cs
- DockAndAnchorLayout.cs
- TrackingWorkflowEventArgs.cs
- MetricEntry.cs
- XmlSchemaComplexContentRestriction.cs
- DrawingAttributes.cs
- HyperLink.cs
- SafeCryptHandles.cs
- sqlcontext.cs
- LiteralText.cs
- NativeActivityAbortContext.cs
- DbProviderFactoriesConfigurationHandler.cs
- EntityClassGenerator.cs
- SecurityManager.cs
- AuthenticationManager.cs
- XNodeValidator.cs
- _HelperAsyncResults.cs
- TypeCollectionPropertyEditor.cs
- TreeNodeMouseHoverEvent.cs
- SerializableAttribute.cs
- SettingsPropertyWrongTypeException.cs
- GenerateTemporaryTargetAssembly.cs
- EventlogProvider.cs
- DummyDataSource.cs
- Models.cs
- ModelServiceImpl.cs
- TypeConverterAttribute.cs
- BufferedWebEventProvider.cs
- EdmItemError.cs
- XmlSignificantWhitespace.cs
- CollectionAdapters.cs
- DocumentAutomationPeer.cs
- CollaborationHelperFunctions.cs
- Bind.cs
- CqlIdentifiers.cs
- WindowsScroll.cs
- ListBox.cs
- ConstrainedDataObject.cs
- ExpressionDumper.cs
- OdbcDataReader.cs
- AnonymousIdentificationSection.cs
- DataGridHeaderBorder.cs
- ScriptManagerProxy.cs
- ValueQuery.cs
- HttpCacheParams.cs
- OracleSqlParser.cs
- XmlCharCheckingReader.cs
- HttpResponseInternalBase.cs
- ClientTargetCollection.cs
- AutoSizeToolBoxItem.cs
- CngKeyBlobFormat.cs
- PrivilegeNotHeldException.cs
- DbConnectionHelper.cs
- TabControl.cs
- CutCopyPasteHelper.cs
- AnimationClock.cs
- EditorZone.cs
- ModelItemCollection.cs
- Membership.cs
- LinkDescriptor.cs
- Blend.cs
- RowVisual.cs
- ColumnTypeConverter.cs
- ListViewDataItem.cs
- AssemblyCollection.cs
- SkewTransform.cs
- WpfGeneratedKnownProperties.cs
- DeferredReference.cs
- TreeNodeCollection.cs
- TextEditorSpelling.cs
- EnumValidator.cs
- DebugViewWriter.cs
- FileUtil.cs
- TextElementCollectionHelper.cs
- PropertyRecord.cs
- DataServiceBuildProvider.cs
- ServiceDescriptionContext.cs
- ConnectionsZone.cs
- CaseStatement.cs
- ComPersistableTypeElementCollection.cs
- PathFigureCollectionValueSerializer.cs
- AsnEncodedData.cs
- SafeFindHandle.cs