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.
Represents the method that will handle the ProjectClosing event.
Namespace:  Microsoft.VisualStudio.Tools.Applications.DesignTime
Assembly:  Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)
Syntax
'Declaration
Public Delegate Sub ProjectClosingEventHandler ( _
    sender As Object, _
    eventArguments As ICancelEventArgs _
)
'Usage
Dim instance As New ProjectClosingEventHandler(AddressOf HandlerMethod)
public delegate void ProjectClosingEventHandler(
    Object sender,
    ICancelEventArgs eventArguments
)
public delegate void ProjectClosingEventHandler(
    Object^ sender, 
    ICancelEventArgs^ eventArguments
)
JScript does not support delegates.
Parameters
- sender 
 Type: System.Object- The source of the event. 
- eventArguments 
 Type: Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.ICancelEventArgs- The event data. 
See Also
Reference
Microsoft.VisualStudio.Tools.Applications.DesignTime Namespace