Code:
/ DotNET / DotNET / 8.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
- CheckBoxPopupAdapter.cs
- ServicesUtilities.cs
- DocumentGridPage.cs
- PEFileEvidenceFactory.cs
- ButtonBase.cs
- ColumnWidthChangedEvent.cs
- RuntimeConfigLKG.cs
- BaseComponentEditor.cs
- ProviderIncompatibleException.cs
- XmlC14NWriter.cs
- EventMappingSettings.cs
- SqlParameter.cs
- SchemaNotation.cs
- TimeManager.cs
- GenericIdentity.cs
- GetPageCompletedEventArgs.cs
- Padding.cs
- OverflowException.cs
- EncoderExceptionFallback.cs
- ZipFileInfoCollection.cs
- HttpClientCertificate.cs
- Header.cs
- XhtmlBasicLiteralTextAdapter.cs
- Error.cs
- PageVisual.cs
- ReceiveCompletedEventArgs.cs
- COM2PictureConverter.cs
- ParameterReplacerVisitor.cs
- DateTimePicker.cs
- XmlComment.cs
- TypedTableBase.cs
- SelectedGridItemChangedEvent.cs
- JavaScriptSerializer.cs
- SystemTcpConnection.cs
- XPathDocumentIterator.cs
- CodeSnippetExpression.cs
- Delay.cs
- SetterBaseCollection.cs
- Substitution.cs
- Function.cs
- GetReadStreamResult.cs
- SoapHttpTransportImporter.cs
- PathGradientBrush.cs
- HttpResponseBase.cs
- DNS.cs
- WebScriptMetadataFormatter.cs
- PropertyChangedEventManager.cs
- XmlReflectionImporter.cs
- WorkflowInstanceQuery.cs
- PathNode.cs
- FrameworkContentElement.cs
- ColorInterpolationModeValidation.cs
- SqlUDTStorage.cs
- CompiledRegexRunnerFactory.cs
- SrgsSemanticInterpretationTag.cs
- TraceListener.cs
- BaseEntityWrapper.cs
- DrawingBrush.cs
- ListViewSortEventArgs.cs
- DecoderReplacementFallback.cs
- RoutedEventArgs.cs
- MetafileHeaderWmf.cs
- DataGridViewTextBoxEditingControl.cs
- FixedFlowMap.cs
- CustomLineCap.cs
- SqlAliasesReferenced.cs
- MachineKeySection.cs
- HTMLTextWriter.cs
- StyleModeStack.cs
- Operator.cs
- ArrangedElement.cs
- DataGrid.cs
- Matrix3DConverter.cs
- ControlIdConverter.cs
- Quaternion.cs
- ColorTypeConverter.cs
- PolicyException.cs
- BaseTypeViewSchema.cs
- IPGlobalProperties.cs
- HighContrastHelper.cs
- PropertyDescriptor.cs
- DynamicILGenerator.cs
- AdornerHitTestResult.cs
- BufferedGraphics.cs
- ObjectAnimationBase.cs
- InputEventArgs.cs
- x509store.cs
- FontSource.cs
- RowVisual.cs
- CssStyleCollection.cs
- ToolStripDropDown.cs
- TrackingExtract.cs
- OdbcException.cs
- FileDialog.cs
- SortQuery.cs
- ImageButton.cs
- ProfilePropertySettingsCollection.cs
- HttpDebugHandler.cs
- PartialList.cs
- ExtendedPropertyDescriptor.cs