Share via


LoadedEventArgs.IsReload Property

Gets or sets whether the operation is a reload.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Property IsReload As Boolean
    Get
    Set
'Usage
Dim instance As LoadedEventArgs
Dim value As Boolean

value = instance.IsReload

instance.IsReload = value
public bool IsReload { get; set; }
public:
property bool IsReload {
    bool get ();
    void set (bool value);
}
function get IsReload () : boolean
function set IsReload (value : boolean)
member IsReload : bool with get, set

Property Value

Type: System.Boolean

.NET Framework Security

See Also

Reference

LoadedEventArgs Class

LoadedEventArgs Members

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