public delegate Icon GetCustomIconHandler( object sender, GetCustomIconEventArgs args )
'Declaration Public Delegate Function GetCustomIconHandler( _ ByVal sender As Object, _ ByVal args As GetCustomIconEventArgs _ ) As Icon
'Declaration
Public Delegate Function GetCustomIconHandler( _ ByVal sender As Object, _ ByVal args As GetCustomIconEventArgs _ ) As Icon
'Usage Dim instance As New GetCustomIconHandler(AddressOf HandlerMethod)
'Usage
Dim instance As New GetCustomIconHandler(AddressOf HandlerMethod)
GetCustomIconHandler Members FarPoint.Win.Spread Namespace