'Declaration Public Function New( _
ByVal hyperlinkThe hyperlink.As Vintasoft.Imaging.Office.Spreadsheet.Document.Hyperlink, _
ByVal mouseArgsThe VintasoftControlMouseEventArgs instance containing the event data.As Vintasoft.Imaging.UI.VintasoftControlMouseEventArgs _
)
public HyperlinkMouseEventArgs(
Vintasoft.Imaging.Office.Spreadsheet.Document.Hyperlink hyperlink,
Vintasoft.Imaging.UI.VintasoftControlMouseEventArgs mouseArgs
)
public: HyperlinkMouseEventArgs(
Vintasoft.Imaging.Office.Spreadsheet.Document.Hyperlink* hyperlink,
Vintasoft.Imaging.UI.VintasoftControlMouseEventArgs* mouseArgs
)
public:
HyperlinkMouseEventArgs(
Vintasoft.Imaging.Office.Spreadsheet.Document.Hyperlink^ hyperlink,
Vintasoft.Imaging.UI.VintasoftControlMouseEventArgs^ mouseArgs
)
Parameters
- hyperlink
- The hyperlink.
- mouseArgs
- The VintasoftControlMouseEventArgs instance containing the event data.