EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS2Client.OnDocumentEnd

TElAS2Client     See also    


 

This event is fired when document receiving ends.

 
 

Declaration

[C#]
    event TNotifyEvent OnDocumentEnd;
    delegate void TNotifyEvent(object Sender);

[VB.NET]
    Event OnDocumentEnd As TNotifyEvent
    Delegate Sub TNotifyEvent(ByVal Sender As Object)

[Pascal]
    property OnDocumentEnd: TNotifyEvent;
    TNotifyEvent = procedure(Sender: TObject) of object;

[VB6]
    not implemented;

[ActiveX]
    not implemented;

[DLL]
    not implemented;
 
 

Description

    This event is fired by TElAS2Client when the document receiving ends.

 
 

See also:     OnDocumentBegin    

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation