'Declaration
Public Delegate Sub FetchCellStyleEventHandler( _ ByVal sender As Object, _ ByVal e As FetchCellStyleEventArgs _ )
public delegate void FetchCellStyleEventHandler( object sender, FetchCellStyleEventArgs e )
Parameters
- sender
- e
'Declaration
Public Delegate Sub FetchCellStyleEventHandler( _ ByVal sender As Object, _ ByVal e As FetchCellStyleEventArgs _ )
public delegate void FetchCellStyleEventHandler( object sender, FetchCellStyleEventArgs e )