Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / HyperLinkClickedEventArgs Class
Members


In This Topic
    HyperLinkClickedEventArgs Class
    In This Topic
    Represents the event data for the HyperLinkClicked event for the component, which occurs when the hyperlink cell is clicked.
    Object Model
    HyperLinkClickedEventArgs ClassSpreadView Class
    Syntax
    'Declaration
     
    Public Class HyperLinkClickedEventArgs 
       Inherits System.EventArgs
    'Usage
     
    Dim instance As HyperLinkClickedEventArgs
    public class HyperLinkClickedEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.Spread.HyperLinkClickedEventArgs

    See Also