PEAPI

Event.AddRemoveOn Method 

Add the removeon method to this event

[Visual Basic]
Public Sub AddRemoveOn( _
   ByVal removeOn As PEAPI.MethodDef _
)
[C#]
public void AddRemoveOn(
   MethodDef removeOn
);

Parameters

removeOn
the removeon method

See Also

Event Class | Event Members | PEAPI Namespace