EldoS
MsgConnect home / Documentation / DataTree.Loaded method
Navigation
Web site
Support
Table Of Contents

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


DataTree.Loaded

DataTree     See also    


Performs any required initializations.

Declaration

[C++]
    void Loaded(void);

[Pascal]
    procedure Loaded;

[VB6]
    not applicable;

[ActiveX]
    not applicable;

[C#]
    public void Loaded();

[VB.NET]
    Public Sub Loaded()

[Java]
    public void Loaded();

[Java ME]
    public void Loaded();

[Palm]
    void Loaded(void);

[DLL]
    not applicable;

Description

    After a tree reads all its property values it calls a virtual method Loaded which performs any required initializations. If Path property is not empty, Loaded calls Load method.

See also:     Load

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