LoadedEventArgs Class

This class and its members are reserved for internal use and are not intended to be used in your code. Provides data to the DocDataBase Loaded event

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    Microsoft.VisualStudio.Data.Tools.Package.Internal..::..LoadedEventArgs

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.Internal
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.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
[<SealedAttribute>]
type LoadedEventArgs =  
    class
        inherit EventArgs
    end
public final class LoadedEventArgs extends EventArgs

The LoadedEventArgs type exposes the following members.

Constructors

  Name Description
Public method LoadedEventArgs Initializes a new instance of the LoadedEventArgs class.

Top

Properties

  Name Description
Public property IsReload Gets or sets {insert text here}.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

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

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