SiteUpdatedEventArgs Class

Definition

Provides data for events that are handled by the ProtocolProvider.SiteUpdatedEventHandler delegate.

public ref class SiteUpdatedEventArgs sealed : EventArgs
public sealed class SiteUpdatedEventArgs : EventArgs
type SiteUpdatedEventArgs = class
    inherit EventArgs
Public NotInheritable Class SiteUpdatedEventArgs
Inherits EventArgs
Inheritance
SiteUpdatedEventArgs

Remarks

Modules use this class to contain event data when a site is added or edited by tasks in classes that derive from the ProtocolProvider class.

Properties

Action

Gets a value that represents the site action.

SiteName

Gets the site name for the changed site.

Applies to