[VB.NET]
Event OnRenegotiationRequest As TSBRenegotiationRequestEvent
Delegate Sub TSBRenegotiationRequestEvent(ByVal Sender As Object, ByRef Allow As Boolean)
[Pascal]
property OnRenegotiationRequest : TSBRenegotiationRequestEvent;
TSBRenegotiationRequestEvent = procedure(Sender : TObject; var Allow : boolean) of object;