Share via


BaseDocData.Loaded Event

Represents the document having loaded.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

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

AddHandler instance.Loaded, handler
public event EventHandler<LoadedEventArgs> Loaded
public:
virtual  event EventHandler<LoadedEventArgs^>^ Loaded {
    void add (EventHandler<LoadedEventArgs^>^ value);
    void remove (EventHandler<LoadedEventArgs^>^ value);
}
JScript does not support events.
abstract Loaded : IEvent<EventHandler<LoadedEventArgs>,
    LoadedEventArgs>
override Loaded : IEvent<EventHandler<LoadedEventArgs>,
    LoadedEventArgs>

Implements

IBaseDocData.Loaded

.NET Framework Security

See Also

Reference

BaseDocData Class

BaseDocData Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace