'Declaration Public Delegate Sub CreateButtonEventHandler( _ ByVal sender As Object, _ ByVal e As CreateButtonEventArgs _ )
'Usage Dim instance As New CreateButtonEventHandler(AddressOf HandlerMethod)
public delegate void CreateButtonEventHandler( object sender, CreateButtonEventArgs e )
Parameters
- sender
- Object that raised the event
- e
- CreateButtonEventArgs object that contains event data