LoadedEventArgs Class

Provides data to the BaseDocData 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
Public NotInheritable Class LoadedEventArgs _
    Inherits EventArgs
'Usage
Dim instance As LoadedEventArgs
public sealed class LoadedEventArgs : EventArgs
public ref class LoadedEventArgs sealed : public EventArgs
public final class LoadedEventArgs extends EventArgs
[<SealedAttribute>]
type LoadedEventArgs =  
    class
        inherit EventArgs
    end

Remarks

See BaseDocData.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Data.Schema.Project.Common.UI.LoadedEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

LoadedEventArgs Members

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