Freigeben über


ActivationChangeEventArgs Class

The event args given to listeners of the ActivationChange event.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.PlatformUI.OleComponentSupport
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class ActivationChangeEventArgs _
    Inherits EventArgs
'Usage
Dim instance As ActivationChangeEventArgs
[CLSCompliantAttribute(false)]
public class ActivationChangeEventArgs : EventArgs
[CLSCompliantAttribute(false)]
public ref class ActivationChangeEventArgs : public EventArgs
[<CLSCompliantAttribute(false)>]
type ActivationChangeEventArgs =  
    class
        inherit EventArgs
    end
public class ActivationChangeEventArgs extends EventArgs

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.VisualStudio.PlatformUI.OleComponentSupport.ActivationChangeEventArgs

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ActivationChangeEventArgs Members

Microsoft.VisualStudio.PlatformUI.OleComponentSupport Namespace