Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / whidbey / NetFXspW7 / 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. //------------------------------------------------------------------------------ ///// Initializes a new instance of the ///class. /// // 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
- TemplateEditingVerb.cs
- listitem.cs
- HealthMonitoringSection.cs
- KeyInterop.cs
- CancellationHandler.cs
- EntityCommand.cs
- ServicePoint.cs
- sqlser.cs
- PrefixHandle.cs
- OperationCanceledException.cs
- FormsAuthenticationModule.cs
- TypeContext.cs
- HtmlElement.cs
- WindowsSpinner.cs
- WebPartVerbCollection.cs
- Int64Storage.cs
- Random.cs
- XmlIgnoreAttribute.cs
- RuntimeResourceSet.cs
- Parsers.cs
- FileClassifier.cs
- RootProfilePropertySettingsCollection.cs
- VerificationException.cs
- Win32Native.cs
- XmlKeywords.cs
- DataGridItem.cs
- EDesignUtil.cs
- Localizer.cs
- TextDpi.cs
- SortedSetDebugView.cs
- ConnectionsZoneAutoFormat.cs
- SqlPersonalizationProvider.cs
- TableParagraph.cs
- TableDesigner.cs
- SqlCommandSet.cs
- FtpWebResponse.cs
- SourceFilter.cs
- HttpHandlerActionCollection.cs
- TagElement.cs
- XmlSchemaSimpleContent.cs
- keycontainerpermission.cs
- Base64Decoder.cs
- CmsInterop.cs
- RectangleConverter.cs
- WebFormsRootDesigner.cs
- XmlWellformedWriter.cs
- TabItemWrapperAutomationPeer.cs
- GenericPrincipal.cs
- TreeChangeInfo.cs
- TraceSection.cs
- HandlerWithFactory.cs
- StateInitialization.cs
- CommandPlan.cs
- ClientApiGenerator.cs
- ListViewItemMouseHoverEvent.cs
- CollectionContainer.cs
- MarshalByRefObject.cs
- DebugView.cs
- PerformanceCounterCategory.cs
- ConfigurationPropertyAttribute.cs
- MenuItem.cs
- Vector3DValueSerializer.cs
- _PooledStream.cs
- ListControl.cs
- MeasureItemEvent.cs
- EllipseGeometry.cs
- Function.cs
- PointLightBase.cs
- ControlCachePolicy.cs
- ServicePointManagerElement.cs
- XmlSchemaException.cs
- NamespaceInfo.cs
- VectorCollection.cs
- arc.cs
- DesignerDataSourceView.cs
- RepeatInfo.cs
- WeakHashtable.cs
- RegexFCD.cs
- DbConnectionStringCommon.cs
- ConnectorDragDropGlyph.cs
- DateTime.cs
- XmlSchemaSimpleContentExtension.cs
- XmlSchemaComplexContentRestriction.cs
- TimeoutValidationAttribute.cs
- RecognizerBase.cs
- DataGridColumn.cs
- CompleteWizardStep.cs
- CngAlgorithm.cs
- PassportAuthentication.cs
- MaterialGroup.cs
- OdbcStatementHandle.cs
- Bitmap.cs
- ImageProxy.cs
- SystemIPAddressInformation.cs
- AttributeEmitter.cs
- PropertyCollection.cs
- SemaphoreSecurity.cs
- DataGridDesigner.cs
- EventLog.cs
- CodeConstructor.cs