Code:
/ 4.0 / 4.0 / 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. /// // 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
- PointLightBase.cs
- DynamicPropertyHolder.cs
- GenerateTemporaryTargetAssembly.cs
- WinOEToolBoxItem.cs
- DesignerCommandAdapter.cs
- SettingsPropertyCollection.cs
- DataGridPageChangedEventArgs.cs
- PipelineModuleStepContainer.cs
- CheckBoxRenderer.cs
- CroppedBitmap.cs
- LabelAutomationPeer.cs
- StylusOverProperty.cs
- WindowsRichEdit.cs
- TypePresenter.xaml.cs
- DataGridViewAutoSizeModeEventArgs.cs
- TimeIntervalCollection.cs
- SpecularMaterial.cs
- SudsWriter.cs
- ParserHooks.cs
- DBDataPermissionAttribute.cs
- SecurityTokenValidationException.cs
- SignatureGenerator.cs
- IISUnsafeMethods.cs
- DocumentPageView.cs
- SessionStateModule.cs
- DefaultObjectSerializer.cs
- FindCriteriaCD1.cs
- FlagPanel.cs
- TypeHelpers.cs
- DataTableReader.cs
- FilterableData.cs
- QueuePathEditor.cs
- ImmutablePropertyDescriptorGridEntry.cs
- WindowsTab.cs
- FontStyleConverter.cs
- XmlChildNodes.cs
- itemelement.cs
- IIS7UserPrincipal.cs
- JumpTask.cs
- WindowsGraphics.cs
- Base64Stream.cs
- VectorCollectionConverter.cs
- NumberSubstitution.cs
- IDispatchConstantAttribute.cs
- _Events.cs
- GcHandle.cs
- ReaderWriterLock.cs
- StateMachineSubscriptionManager.cs
- Baml2006ReaderFrame.cs
- StructuralObject.cs
- XPathBinder.cs
- AssemblyBuilderData.cs
- CellParaClient.cs
- datacache.cs
- RegexFCD.cs
- RenderDataDrawingContext.cs
- TimerEventSubscription.cs
- TemplateControlParser.cs
- NullableIntAverageAggregationOperator.cs
- CheckedPointers.cs
- SQlBooleanStorage.cs
- TypeLibConverter.cs
- SqlBulkCopy.cs
- MessageLogTraceRecord.cs
- SqlNotificationEventArgs.cs
- CursorConverter.cs
- XmlSchemaException.cs
- TemplatedMailWebEventProvider.cs
- UnsafeNativeMethods.cs
- RootBuilder.cs
- Bits.cs
- Vars.cs
- WinOEToolBoxItem.cs
- DataRelation.cs
- TaskForm.cs
- OutOfProcStateClientManager.cs
- ScriptManager.cs
- XmlNamedNodeMap.cs
- EntryPointNotFoundException.cs
- WindowsEditBoxRange.cs
- EntityDataSourceMemberPath.cs
- ClientBuildManagerCallback.cs
- DataContractSerializerOperationGenerator.cs
- SimpleRecyclingCache.cs
- TrackingServices.cs
- InputMethodStateTypeInfo.cs
- StructureChangedEventArgs.cs
- VideoDrawing.cs
- RequestBringIntoViewEventArgs.cs
- AccessDataSourceView.cs
- CssStyleCollection.cs
- RelatedImageListAttribute.cs
- XPathDescendantIterator.cs
- ReadOnlyNameValueCollection.cs
- ConfigurationErrorsException.cs
- KeyTimeConverter.cs
- TransformConverter.cs
- ObjectDataSourceSelectingEventArgs.cs
- LayoutEngine.cs
- ConfigurationConverterBase.cs