Share via


CanDeleteRequestEventArgs Class

Provides data and control to features wishing to override the ability to delete a node from the Solution Explorer.

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 CanDeleteRequestEventArgs _
    Inherits CancelEventArgs
'Usage
Dim instance As CanDeleteRequestEventArgs
[CLSCompliantAttribute(false)]
public sealed class CanDeleteRequestEventArgs : CancelEventArgs
[CLSCompliantAttribute(false)]
public ref class CanDeleteRequestEventArgs sealed : public CancelEventArgs
public final class CanDeleteRequestEventArgs extends CancelEventArgs
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type CanDeleteRequestEventArgs =  
    class
        inherit CancelEventArgs
    end

Inheritance Hierarchy

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

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

CanDeleteRequestEventArgs Members

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