Share via


IActivateEventArgs.Handled Property

Gets or sets a value that indicates whether the event is handled.

Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)

Syntax

'Declaration
Property Handled As Boolean
'Usage
Dim instance As IActivateEventArgs 
Dim value As Boolean 

value = instance.Handled

instance.Handled = value
bool Handled { get; set; }
property bool Handled {
    bool get ();
    void set (bool value);
}
function get Handled () : boolean 
function set Handled (value : boolean)

Property Value

Type: System.Boolean
A value that indicates whether the event is handled.

.NET Framework Security

See Also

Reference

IActivateEventArgs Interface

IActivateEventArgs Members

Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop Namespace