Table of Contents

Class Module.RemovedArgs

Namespace
Dynamicweb.Notifications
Assembly
Dynamicweb.dll
public class Module.RemovedArgs : NotificationArgs
Inheritance
Module.RemovedArgs
Inherited Members

Constructors

RemovedArgs(Module)

Initializes a new instance of the Module.RemovedArgs class.

public RemovedArgs(Module module)

Parameters

module Module

The module removed.

Properties

Module

Gets the module.

public Module Module { get; }

Property Value

Module
To top