'Declaration
Public Delegate Sub NLightUIItemNotifyEventHandler( _ ByVal sender As System.Object, _ ByVal data As NLightUIItemNotifyData _ )
'Usage
Dim instance As New NLightUIItemNotifyEventHandler(AddressOf HandlerMethod)
public delegate void NLightUIItemNotifyEventHandler( System.object sender, NLightUIItemNotifyData data )
Parameters
- sender
- data