Code:
/ FX-1434 / FX-1434 / 1.0 / untmp / whidbey / REDBITS / 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; ////// /// [System.Runtime.InteropServices.ComVisible(true)] public class LinkClickedEventArgs : EventArgs { private string linkText; ////// Provides data for the ///event. /// /// /// public string LinkText { get { return linkText; } } ////// Gets the text of the link being clicked. /// ////// /// 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./// Initializes a new instance of the ///class. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- ZipIOZip64EndOfCentralDirectoryBlock.cs
- AttachedPropertiesService.cs
- GridViewHeaderRowPresenter.cs
- UniqueConstraint.cs
- SparseMemoryStream.cs
- TypeDescriptor.cs
- AnnouncementEndpointElement.cs
- RepeaterItemEventArgs.cs
- AppearanceEditorPart.cs
- SpellerStatusTable.cs
- CultureNotFoundException.cs
- SplitterEvent.cs
- SrgsRulesCollection.cs
- _RequestLifetimeSetter.cs
- PageThemeBuildProvider.cs
- AutomationElementIdentifiers.cs
- DesignUtil.cs
- DataTableCollection.cs
- ThemeDirectoryCompiler.cs
- ValueCollectionParameterReader.cs
- Trace.cs
- DbCommandDefinition.cs
- BindingExpressionBase.cs
- TriggerCollection.cs
- ItemChangedEventArgs.cs
- InternalConfigHost.cs
- ResourcesChangeInfo.cs
- AddInSegmentDirectoryNotFoundException.cs
- SecurityContextSecurityTokenResolver.cs
- Blend.cs
- BCryptSafeHandles.cs
- SelectorAutomationPeer.cs
- HtmlTable.cs
- RenderData.cs
- ThreadInterruptedException.cs
- ParallelTimeline.cs
- DbExpressionRules.cs
- Policy.cs
- WindowsToolbar.cs
- LocationSectionRecord.cs
- _SafeNetHandles.cs
- SystemResourceHost.cs
- ImageDrawing.cs
- DataSvcMapFileSerializer.cs
- EndOfStreamException.cs
- AnonymousIdentificationSection.cs
- ResolveDuplexAsyncResult.cs
- PageHandlerFactory.cs
- SecurityContext.cs
- CommandEventArgs.cs
- FramingFormat.cs
- WindowsTitleBar.cs
- HScrollBar.cs
- EllipseGeometry.cs
- TargetInvocationException.cs
- OutOfMemoryException.cs
- CorePropertiesFilter.cs
- RegistryKey.cs
- InputGestureCollection.cs
- MissingMemberException.cs
- GuidTagList.cs
- WebHeaderCollection.cs
- FastEncoder.cs
- ExtentKey.cs
- TextCollapsingProperties.cs
- AsyncResult.cs
- PreProcessInputEventArgs.cs
- IgnoreSectionHandler.cs
- TextProperties.cs
- XmlText.cs
- BindingNavigator.cs
- QilInvokeEarlyBound.cs
- DispatchChannelSink.cs
- MenuItemCollectionEditorDialog.cs
- DataControlFieldCollection.cs
- ContainerUtilities.cs
- OutputCacheSection.cs
- odbcmetadatacollectionnames.cs
- PropertyMapper.cs
- EnvironmentPermission.cs
- PagesSection.cs
- SignatureHelper.cs
- PtsPage.cs
- RemoveFromCollection.cs
- WindowsSysHeader.cs
- ResourceManager.cs
- webproxy.cs
- DataGridViewRowCollection.cs
- HttpCachePolicyBase.cs
- TextTreeRootTextBlock.cs
- CommandHelper.cs
- ServerValidateEventArgs.cs
- TextWriterTraceListener.cs
- InputScopeNameConverter.cs
- Calendar.cs
- InternalEnumValidatorAttribute.cs
- UrlPropertyAttribute.cs
- IODescriptionAttribute.cs
- RotateTransform.cs
- TreeNodeEventArgs.cs