PEAPI

Event.AddOther Method 

Add another method to this event

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

Parameters

other
the method to be added

See Also

Event Class | Event Members | PEAPI Namespace