Share via


IBaseDocData.Loaded Event

Represents the file loaded event.

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

Syntax

'Declaration
Event Loaded As EventHandler(Of LoadedEventArgs)
'Usage
Dim instance As IBaseDocData
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);
}
JScript does not support events.
abstract Loaded : IEvent<EventHandler<LoadedEventArgs>,
    LoadedEventArgs>

.NET Framework Security

See Also

Reference

IBaseDocData Interface

IBaseDocData Members

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