Share via


BuildActionChangeEventArgs Class

Provides data when a project item's build action has changed.

This API is not CLS-compliant. The CLS-compliant alternative is .

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class BuildActionChangeEventArgs _
    Inherits CancelEventArgs
'Usage
Dim instance As BuildActionChangeEventArgs
[CLSCompliantAttribute(false)]
public sealed class BuildActionChangeEventArgs : CancelEventArgs
[CLSCompliantAttribute(false)]
public ref class BuildActionChangeEventArgs sealed : public CancelEventArgs
public final class BuildActionChangeEventArgs extends CancelEventArgs
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type BuildActionChangeEventArgs =  
    class
        inherit CancelEventArgs
    end

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.ComponentModel.CancelEventArgs
      Microsoft.VisualStudio.Data.Schema.Project.Project.BuildActionChangeEventArgs

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

BuildActionChangeEventArgs Members

Microsoft.VisualStudio.Data.Schema.Project.Project Namespace