event RemoveLink (Link as Link)
The link is removed from the links collection.

TypeDescription
Link as Link A Link object that specifies the link to be removed.
The RemoveLink event notifies your application once a link has been removed from the Links collection. The Remove method removes a specific link from the Links collection. Use the Clear method to remove all links from the surface. The IncomingLinks property returns a safe array of incoming links ( links that ends on the element ). The OutgoingLinks property returns a safe array of outgoing links ( links that starts from the element ).

Syntax for RemoveLink event, /NET version, on:

private void RemoveLink(object sender,exontrol.EXSURFACELib.Link Link)
{
}

Private Sub RemoveLink(ByVal sender As System.Object,ByVal Link As exontrol.EXSURFACELib.Link) Handles RemoveLink
End Sub

Syntax for RemoveLink event, /COM version, on:

private void RemoveLink(object sender, AxEXSURFACELib._ISurfaceEvents_RemoveLinkEvent e)
{
}

void OnRemoveLink(LPDISPATCH Link)
{
}

void __fastcall RemoveLink(TObject *Sender,Exsurfacelib_tlb::ILink *Link)
{
}

procedure RemoveLink(ASender: TObject; Link : ILink);
begin
end;

procedure RemoveLink(sender: System.Object; e: AxEXSURFACELib._ISurfaceEvents_RemoveLinkEvent);
begin
end;

begin event RemoveLink(oleobject Link)
end event RemoveLink

Private Sub RemoveLink(ByVal sender As System.Object, ByVal e As AxEXSURFACELib._ISurfaceEvents_RemoveLinkEvent) Handles RemoveLink
End Sub

Private Sub RemoveLink(ByVal Link As EXSURFACELibCtl.ILink)
End Sub

Private Sub RemoveLink(ByVal Link As Object)
End Sub

LPARAMETERS Link

PROCEDURE OnRemoveLink(oSurface,Link)
RETURN

Syntax for RemoveLink event, /COM version (others), on:

<SCRIPT EVENT="RemoveLink(Link)" LANGUAGE="JScript">
</SCRIPT>

<SCRIPT LANGUAGE="VBScript">
Function RemoveLink(Link)
End Function
</SCRIPT>

Procedure OnComRemoveLink Variant llLink
	Forward Send OnComRemoveLink llLink
End_Procedure

METHOD OCX_RemoveLink(Link) CLASS MainDialog
RETURN NIL

void onEvent_RemoveLink(COM _Link)
{
}

function RemoveLink as v (Link as OLE::Exontrol.Surface.1::ILink)
end function

function nativeObject_RemoveLink(Link)
return