Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / whidbey / netfxsp / 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
- DetailsViewCommandEventArgs.cs
- WebUtility.cs
- SqlOuterApplyReducer.cs
- DebugHandleTracker.cs
- LowerCaseStringConverter.cs
- GridViewHeaderRowPresenterAutomationPeer.cs
- ContextMarshalException.cs
- CanExecuteRoutedEventArgs.cs
- WebPartVerbsEventArgs.cs
- KnownTypesProvider.cs
- PersistenceIOParticipant.cs
- AnimationClock.cs
- TextDecorationCollectionConverter.cs
- ClientProtocol.cs
- _BaseOverlappedAsyncResult.cs
- Latin1Encoding.cs
- XmlSchemaSimpleType.cs
- Viewport2DVisual3D.cs
- SafeTimerHandle.cs
- DataControlFieldCell.cs
- SynchronizedInputProviderWrapper.cs
- LoginName.cs
- ScriptResourceInfo.cs
- EncryptedKey.cs
- TextTreeFixupNode.cs
- StrongNameSignatureInformation.cs
- XPathConvert.cs
- ErrorTableItemStyle.cs
- ControlIdConverter.cs
- ComponentEditorForm.cs
- EasingQuaternionKeyFrame.cs
- X509CertificateChain.cs
- StandardBindingImporter.cs
- AsyncOperationContext.cs
- SmiEventSink.cs
- Profiler.cs
- URLMembershipCondition.cs
- SvcMapFile.cs
- Odbc32.cs
- XmlSchemaSubstitutionGroup.cs
- DownloadProgressEventArgs.cs
- MethodBuilder.cs
- DynamicRouteExpression.cs
- CompoundFileStorageReference.cs
- XmlLanguageConverter.cs
- BindingsCollection.cs
- CodeBlockBuilder.cs
- OleDbErrorCollection.cs
- StrongNameMembershipCondition.cs
- SQLSingle.cs
- _AutoWebProxyScriptHelper.cs
- CompositeDesignerAccessibleObject.cs
- ProviderException.cs
- RegexFCD.cs
- StateDesigner.Helpers.cs
- WhitespaceReader.cs
- CommandBinding.cs
- ArcSegment.cs
- ObjectConverter.cs
- Transform3DGroup.cs
- PrintPreviewControl.cs
- ProtocolProfile.cs
- QilUnary.cs
- SiteIdentityPermission.cs
- ByteKeyFrameCollection.cs
- CachingParameterInspector.cs
- login.cs
- ParameterSubsegment.cs
- DefaultTypeArgumentAttribute.cs
- InkPresenter.cs
- CustomSignedXml.cs
- SqlBuffer.cs
- NotifyParentPropertyAttribute.cs
- KeyNotFoundException.cs
- OciHandle.cs
- UICuesEvent.cs
- XmlSchemaParticle.cs
- WebPartEditorApplyVerb.cs
- IndexingContentUnit.cs
- OdbcEnvironment.cs
- StrokeDescriptor.cs
- XPathCompileException.cs
- AttachedPropertyBrowsableWhenAttributePresentAttribute.cs
- CompositeCollection.cs
- ISFClipboardData.cs
- RC2.cs
- MessageQueuePermissionEntry.cs
- MouseGestureConverter.cs
- CodeDOMUtility.cs
- FeatureSupport.cs
- RoleGroup.cs
- RowsCopiedEventArgs.cs
- TraceSource.cs
- MsdtcWrapper.cs
- MailBnfHelper.cs
- RawStylusActions.cs
- Latin1Encoding.cs
- DelegatingConfigHost.cs
- FamilyTypeface.cs
- SafeEventLogReadHandle.cs