ToolBarButtonClickEventHandler 委任 (Microsoft.SharePoint.Portal.WebControls)
このクラスおよびそのメンバは内部使用のために予約されており、ユーザー コード内で使用することを意図したものではありません。
名前空間: Microsoft.SharePoint.Portal.WebControls
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)
構文
'宣言
<SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel:=True)> _
Public Delegate Sub ToolBarButtonClickEventHandler ( _
sender As Object, _
e As ToolBarButtonClickEventArgs _
)
'使用
Dim instance As New ToolBarButtonClickEventHandler(AddressOf HandlerMethod)
[SharePointPermissionAttribute(SecurityAction.Demand, ObjectModel=true)]
public delegate void ToolBarButtonClickEventHandler (
Object sender,
ToolBarButtonClickEventArgs e
)
パラメータ
- sender
- e