Loaded Event

The file has been loaded

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Event Loaded As EventHandler(Of LoadedEventArgs)
'Usage
Dim instance As IDocDataBase
Dim handler As EventHandler(Of LoadedEventArgs)

AddHandler instance.Loaded, handler
event EventHandler<LoadedEventArgs> Loaded
 event EventHandler<LoadedEventArgs^>^ Loaded {
    void add (EventHandler<LoadedEventArgs^>^ value);
    void remove (EventHandler<LoadedEventArgs^>^ value);
}
abstract Loaded : IEvent<EventHandler<LoadedEventArgs>,
    LoadedEventArgs>
JScript supports the use of events, but not the declaration of new ones.

See Also

Reference

IDocDataBase Interface

Microsoft.VisualStudio.Data.Tools.Package.Internal Namespace