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
- Command.cs
- SqlCacheDependencyDatabaseCollection.cs
- CalculatedColumn.cs
- OracleCommand.cs
- Int32Rect.cs
- TreeViewImageGenerator.cs
- WinFormsSpinner.cs
- EllipseGeometry.cs
- BaseConfigurationRecord.cs
- CodeMemberMethod.cs
- AssemblyResourceLoader.cs
- OleDbWrapper.cs
- BitmapEffectCollection.cs
- SoapReflector.cs
- Parser.cs
- WindowsComboBox.cs
- TagPrefixCollection.cs
- InvalidProgramException.cs
- BaseTemplateParser.cs
- Random.cs
- ErrorStyle.cs
- DbModificationClause.cs
- Int32.cs
- Icon.cs
- DbProviderSpecificTypePropertyAttribute.cs
- UserPreference.cs
- Subtree.cs
- ToolStripSplitStackLayout.cs
- WindowsStatusBar.cs
- OrderByQueryOptionExpression.cs
- CodeIdentifiers.cs
- SoapTransportImporter.cs
- PropertyGridView.cs
- VoiceChangeEventArgs.cs
- ZipIORawDataFileBlock.cs
- GroupBoxRenderer.cs
- FunctionDetailsReader.cs
- AdCreatedEventArgs.cs
- DataGridViewComponentPropertyGridSite.cs
- SafeLibraryHandle.cs
- RtfToXamlLexer.cs
- DataGridAddNewRow.cs
- InvokeSchedule.cs
- DataComponentGenerator.cs
- RepeaterItemCollection.cs
- PropertyDescriptor.cs
- CryptoHandle.cs
- ModelItemCollection.cs
- EllipticalNodeOperations.cs
- GridItem.cs
- DispatcherFrame.cs
- UnSafeCharBuffer.cs
- DataGridViewColumnDesignTimeVisibleAttribute.cs
- Lease.cs
- WindowsSecurityTokenAuthenticator.cs
- UInt32Converter.cs
- ForceCopyBuildProvider.cs
- SystemIPInterfaceProperties.cs
- ExpressionList.cs
- LinkButton.cs
- ResourceWriter.cs
- DefaultSerializationProviderAttribute.cs
- FixedLineResult.cs
- FixedSOMPageConstructor.cs
- DataGridColumn.cs
- XPathAncestorIterator.cs
- AtomEntry.cs
- ComAdminInterfaces.cs
- Constraint.cs
- JapaneseLunisolarCalendar.cs
- WinInet.cs
- Timer.cs
- UserMapPath.cs
- WindowsButton.cs
- ControlBuilder.cs
- ModelFunctionTypeElement.cs
- Crc32.cs
- SecurityContext.cs
- Aggregates.cs
- CodeIdentifier.cs
- SettingsAttributeDictionary.cs
- ValidationSummary.cs
- SecondaryViewProvider.cs
- _CacheStreams.cs
- HttpAsyncResult.cs
- RegexMatch.cs
- DataControlFieldHeaderCell.cs
- Decorator.cs
- PointUtil.cs
- ControlTemplate.cs
- SettingsSavedEventArgs.cs
- TrackingStringDictionary.cs
- CommonObjectSecurity.cs
- TraceContext.cs
- ReservationNotFoundException.cs
- IdentityHolder.cs
- WindowManager.cs
- NotConverter.cs
- BrowserCapabilitiesFactory.cs
- OrthographicCamera.cs