I am writing a wrapper for a C Dll which have a function like,

[

long SetEventRcv(int self, int EventHandler)

]

how to pass evenhandler delegate to this function?