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