EldoS
MsgConnect home / Documentation / DataTree.OnBeforeLoad event
Navigation
Web site
Support
Table Of Contents

Filter: C++  Pascal  ActiveX  C#  VB.NET  Java SE  Java ME  Palm  DLL 


DataTree.OnBeforeLoad

DataTree     See also    


This event is fired before DataTree starts reading data from file.

Declaration

[C++]
    NotifyEvent OnBeforeLoad;

[Pascal]
    property OnBeforeLoad : TNotifyEvent;

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[C#]
    public void BeforeLoad();

[VB.NET]
    Public Sub BeforeLoad()

[Java]
    public void BeforeLoad();

[Java ME]
    public void BeforeLoad();

[Palm]
    NotifyEvent OnBeforeLoad;

[DLL]
    not applicable;

Description

This event is fired before DataTree starts reading data from file.

See also:     OnAfterLoad     OnAfterSave     OnBeforeSave

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