LoadedEventArgs Constructor
Initializes a new instance of the LoadedEventArgs class.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Sub New ( _
isReload As Boolean _
)
'Usage
Dim isReload As Boolean
Dim instance As New LoadedEventArgs(isReload)
public LoadedEventArgs(
bool isReload
)
public:
LoadedEventArgs(
bool isReload
)
public function LoadedEventArgs(
isReload : boolean
)
new :
isReload:bool -> LoadedEventArgs
Parameters
- isReload
Type: System.Boolean
Specifies whether the operation is a reload
.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