Occurs when the Data is populated completely on Start()()()up.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public event EventHandler DataInitComplete
Public Event DataInitComplete As EventHandler
public: event EventHandler^ DataInitComplete { void add (EventHandler^ value); void remove (EventHandler^ value); }