'Declaration Public Delegate Function GetCustomIconHandler( _ ByVal sender As Object, _ ByVal args As GetCustomIconEventArgs _ ) As Icon
'Usage Dim instance As New GetCustomIconHandler(AddressOf HandlerMethod)
public delegate Icon GetCustomIconHandler( object sender, GetCustomIconEventArgs args )
Parameters
- sender
- The sender.
- args
- The GetCustomIconEventArgs instance that contains the event data.