Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / whidbey / NetFxQFE / 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
- FontResourceCache.cs
- __ConsoleStream.cs
- Timer.cs
- CryptoApi.cs
- List.cs
- Wizard.cs
- SpoolingTaskBase.cs
- ImageFormat.cs
- MiniLockedBorderGlyph.cs
- ConditionCollection.cs
- ByteStorage.cs
- MessagePartProtectionMode.cs
- BigInt.cs
- ISessionStateStore.cs
- Keywords.cs
- DataGridColumnHeaderAutomationPeer.cs
- SoapWriter.cs
- CustomAttributeBuilder.cs
- OleDbError.cs
- ImplicitInputBrush.cs
- Translator.cs
- PreProcessInputEventArgs.cs
- TraceData.cs
- DrawingCollection.cs
- TextViewBase.cs
- CTreeGenerator.cs
- SeverityFilter.cs
- TextBoxDesigner.cs
- ReadOnlyDictionary.cs
- SqlXml.cs
- Stream.cs
- TextElementCollectionHelper.cs
- Selector.cs
- SelectionUIHandler.cs
- PtsHost.cs
- QueryAccessibilityHelpEvent.cs
- OdbcEnvironmentHandle.cs
- ErrorLog.cs
- DispatcherFrame.cs
- ExtendedPropertyCollection.cs
- RepeaterItemCollection.cs
- XmlILStorageConverter.cs
- TextModifier.cs
- Version.cs
- ToolStripItemClickedEventArgs.cs
- SelectingProviderEventArgs.cs
- SupportingTokenSecurityTokenResolver.cs
- IndexedDataBuffer.cs
- Animatable.cs
- PasswordBoxAutomationPeer.cs
- AutoResetEvent.cs
- CompositeDataBoundControl.cs
- UnauthorizedWebPart.cs
- remotingproxy.cs
- MetadataUtilsSmi.cs
- ApplicationContext.cs
- TargetInvocationException.cs
- CacheMemory.cs
- PlatformCulture.cs
- XsltLoader.cs
- URLString.cs
- HitTestParameters.cs
- isolationinterop.cs
- xmlNames.cs
- Rectangle.cs
- WsatRegistrationHeader.cs
- HyperLink.cs
- ControlDesigner.cs
- PathSegmentCollection.cs
- ActionMismatchAddressingException.cs
- _ShellExpression.cs
- XmlLoader.cs
- MsmqHostedTransportConfiguration.cs
- adornercollection.cs
- BatchWriter.cs
- ContextMenuStrip.cs
- HtmlInputRadioButton.cs
- TraceLog.cs
- InputGestureCollection.cs
- FrameDimension.cs
- Encoder.cs
- PathGradientBrush.cs
- AppLevelCompilationSectionCache.cs
- XmlConvert.cs
- DrawingServices.cs
- ObjectKeyFrameCollection.cs
- PersistenceContextEnlistment.cs
- WebSysDisplayNameAttribute.cs
- ProtectedProviderSettings.cs
- ViewPort3D.cs
- BaseDataBoundControl.cs
- Cell.cs
- HtmlShimManager.cs
- ActivityInstanceMap.cs
- SpellCheck.cs
- _SingleItemRequestCache.cs
- Trigger.cs
- StylusButtonEventArgs.cs
- ChannelOptions.cs
- TopClause.cs