ProtocolProvider.SiteUpdated Property

Definition

Gets or sets the ProtocolProvider.SiteUpdatedEventHandler delegate to use when the site is updated.

public:
 property Microsoft::Web::Management::Client::Extensions::ProtocolProvider::SiteUpdatedEventHandler ^ SiteUpdated { Microsoft::Web::Management::Client::Extensions::ProtocolProvider::SiteUpdatedEventHandler ^ get(); void set(Microsoft::Web::Management::Client::Extensions::ProtocolProvider::SiteUpdatedEventHandler ^ value); };
public Microsoft.Web.Management.Client.Extensions.ProtocolProvider.SiteUpdatedEventHandler SiteUpdated { get; set; }
member this.SiteUpdated : Microsoft.Web.Management.Client.Extensions.ProtocolProvider.SiteUpdatedEventHandler with get, set
Public Property SiteUpdated As ProtocolProvider.SiteUpdatedEventHandler

Property Value

A ProtocolProvider.SiteUpdatedEventHandler delegate that contains the SiteUpdatedEventArgs object for the updated site.

Remarks

When a site is updated, the SiteUpdatedEventArgs object is created, containing the site name and site action (specified by the SiteAction enumeration). The SiteUpdated property contains the ProtocolProvider.SiteUpdatedEventHandler delegate, which handles the SiteUpdatedEventArgs object.

Applies to