'Declaration Public Delegate Sub FormatTitleButtonTextEventHandler( _ ByVal sender As Object, _ ByVal e As FormatTitleButtonTextEventArgs _ )
'Usage Dim instance As New FormatTitleButtonTextEventHandler(AddressOf HandlerMethod)
public delegate void FormatTitleButtonTextEventHandler( object sender, FormatTitleButtonTextEventArgs e )
Parameters
- sender
- e