FarPoint.Win アセンブリ > FarPoint.Win 名前空間 : PopUpEventHandler デリゲート |
'Declaration Public Delegate Sub PopUpEventHandler( _ ByVal sender As Object, _ ByVal e As PopUpEventArgs _ )
'使用法 Dim instance As New PopUpEventHandler(AddressOf HandlerMethod)
public delegate void PopUpEventHandler( object sender, PopUpEventArgs e )