シンタックス
            
            
            
            
            '宣言
 
Public Function New( _
   ByVal  As System.Windows.Forms.MouseButtons, _
   ByVal  As System.String, _
   ByVal  As System.String _
)
             
        
            
            public ToolTipLinkClickedEventArgs( 
   System.Windows.Forms.MouseButtons ,
   System.string ,
   System.string 
)
             
        
             
        
            パラメータ
- button
 
- System.Windows.Forms.MouseButtonsリンク上で押された System.Windows.Forms.MouseButtons。
 - hRef
 
- リンクの HREF 属性の値。
 - target
 
- リンクの TARGET 属性の値。
 
             
            
            
            
            
            
            
            
            
            
            
            
            参照