Table of Contents

Class CMSEventArgs<ParameterType>

Namespace
CMS.Base
Assembly
CMS.Base.dll

Base class for the CMS event arguments with one generic parameter

public class CMSEventArgs<ParameterType> : CMSEventArgs

Type Parameters

ParameterType
Inheritance
object
EventArgs
CMSEventArgs<ParameterType>
Inherited Members
Extension Methods

Properties

Parameter

Event parameter

public ParameterType Parameter { get; set; }

Property Value

ParameterType