表示点击链接事件(ClickLink)的方法。
命名空间:
SuperMap.Desktop程序集: SuperMap.Desktop.Core (in SuperMap.Desktop.Core)
版本: dll
语法
C# |
---|
public delegate void ClickLinkEventHandler( Object sender, ClickLinkEventArg e ) |
参数
- sender
- Type: System..::.Object
源事件。
- e
- Type: SuperMap.Desktop..::.ClickLinkEventArg
包含链接点击事件的参数类(ClickLinkEventArg)。