次の方法で共有


TabClickEventHandler 委任 (Microsoft.SharePoint.Portal.WebControls)

このクラスおよびそのメンバは内部使用のために予約されており、ユーザー コード内で使用することを意図したものではありません。

名前空間: Microsoft.SharePoint.Portal.WebControls
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)

構文

'宣言
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public Delegate Sub TabClickEventHandler ( _
    sender As Object, _
    e As TabClickEventArgs _
)
'使用
Dim instance As New TabClickEventHandler(AddressOf HandlerMethod)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)] 
public delegate void TabClickEventHandler (
    Object sender,
    TabClickEventArgs e
)

パラメータ

  • sender
  • e

関連項目

参照

Microsoft.SharePoint.Portal.WebControls 名前空間