BaseDocData.OnLoaded Method
Raises the Loaded event, which indicates the file has been loaded.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Protected Sub OnLoaded ( _
isReload As Boolean _
)
'Usage
Dim isReload As Boolean
Me.OnLoaded(isReload)
protected void OnLoaded(
bool isReload
)
protected:
void OnLoaded(
bool isReload
)
protected function OnLoaded(
isReload : boolean
)
member OnLoaded :
isReload:bool -> unit
Parameters
- isReload
Type: System.Boolean
Specifies whether this 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