Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- 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.Tools.Applications.DesignTime.Interop Namespace