Share via


VSWebSite.VSWebSiteEvents Property

Definition

Gets the VSWebSiteEvents object for the Web site, which can be used to add event handlers.

public:
 property VsWebSite::VSWebSiteEvents ^ VSWebSiteEvents { VsWebSite::VSWebSiteEvents ^ get(); };
[System.Runtime.InteropServices.DispId(3)]
public VsWebSite.VSWebSiteEvents VSWebSiteEvents { [System.Runtime.InteropServices.DispId(3)] get; }
[<System.Runtime.InteropServices.DispId(3)>]
[<get: System.Runtime.InteropServices.DispId(3)>]
member this.VSWebSiteEvents : VsWebSite.VSWebSiteEvents
Public ReadOnly Property VSWebSiteEvents As VSWebSiteEvents

Property Value

A VSWebSiteEvents object.

Attributes

Applies to