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
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace