EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAS2Client.OnDocumentBegin

TElAS2Client     See also    


 

This event is fired when document receiving begins.

 
 

Declaration

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

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

[Pascal]
    property OnDocumentBegin: 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 begins.

 
 

See also:     OnDocumentEnd    

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