SiteUpdatedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |