Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / InvalidHyperLinkEventArgs Class
Members


In This Topic
    InvalidHyperLinkEventArgs Class
    In This Topic
    Internal use only, represents the invalid event argument class, indicate whether hyperlink processing need to be canceled
    Syntax
    'Declaration
     
    
    Public Class InvalidHyperLinkEventArgs 
       Inherits System.EventArgs
    'Usage
     
    
    Dim instance As InvalidHyperLinkEventArgs
    public class InvalidHyperLinkEventArgs : System.EventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          FarPoint.Win.InvalidHyperLinkEventArgs

    See Also