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; ////// /// [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./// Initializes a new instance of the ///class. ///
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- MemberInitExpression.cs
- ScrollChangedEventArgs.cs
- IconBitmapDecoder.cs
- RIPEMD160.cs
- DiagnosticsConfiguration.cs
- ContentType.cs
- DataColumnPropertyDescriptor.cs
- SignedXmlDebugLog.cs
- unsafenativemethodsother.cs
- InplaceBitmapMetadataWriter.cs
- SqlConnection.cs
- ScriptingScriptResourceHandlerSection.cs
- TypefaceMetricsCache.cs
- GuidConverter.cs
- DependencyObjectProvider.cs
- ServicePointManagerElement.cs
- ValueUnavailableException.cs
- DrawToolTipEventArgs.cs
- LayoutUtils.cs
- DataRelationPropertyDescriptor.cs
- EncodingInfo.cs
- Activation.cs
- HttpListenerRequest.cs
- SHA384.cs
- SemanticKeyElement.cs
- XmlMembersMapping.cs
- ZipPackage.cs
- NegatedCellConstant.cs
- SmtpTransport.cs
- WindowsGraphics.cs
- ToolStripScrollButton.cs
- DbTransaction.cs
- ModifiableIteratorCollection.cs
- AutoGeneratedFieldProperties.cs
- AnimationClock.cs
- ExcCanonicalXml.cs
- UrlPath.cs
- SByteStorage.cs
- SHA512Managed.cs
- _NestedSingleAsyncResult.cs
- Guid.cs
- PageAsyncTask.cs
- DBDataPermission.cs
- TreeNodeStyleCollection.cs
- DefaultHttpHandler.cs
- RulePatternOps.cs
- DataGridSortCommandEventArgs.cs
- Deserializer.cs
- LocalizationParserHooks.cs
- UiaCoreProviderApi.cs
- DataGridView.cs
- DocumentViewerBase.cs
- RelativeSource.cs
- Filter.cs
- PropertyConverter.cs
- WorkflowServiceHostFactory.cs
- ExpressionEditorSheet.cs
- BindingMAnagerBase.cs
- CodeAttachEventStatement.cs
- _ConnectOverlappedAsyncResult.cs
- LinkedResource.cs
- elementinformation.cs
- QilTypeChecker.cs
- TryCatchDesigner.xaml.cs
- recordstatescratchpad.cs
- DllNotFoundException.cs
- MsmqMessageProperty.cs
- BitmapEffectCollection.cs
- ManipulationBoundaryFeedbackEventArgs.cs
- NamespaceMapping.cs
- NullableDoubleSumAggregationOperator.cs
- BooleanProjectedSlot.cs
- ToolStripManager.cs
- SelfIssuedSamlTokenFactory.cs
- SchemaElement.cs
- IntegerValidator.cs
- DebugInfoExpression.cs
- RegexCode.cs
- BrowserDefinition.cs
- MessageQueuePermission.cs
- DefaultWorkflowSchedulerService.cs
- Vars.cs
- ContentElement.cs
- AnnotationObservableCollection.cs
- TCPListener.cs
- _OverlappedAsyncResult.cs
- CheckedPointers.cs
- HttpRawResponse.cs
- WebMessageEncodingElement.cs
- PropertyNames.cs
- ParentControlDesigner.cs
- FlowPosition.cs
- RuntimeConfigLKG.cs
- TemplateControlParser.cs
- DetailsViewRowCollection.cs
- XmlNodeReader.cs
- Parser.cs
- ProxyFragment.cs
- Application.cs
- InvalidPrinterException.cs