Click or drag to resize
SimpleHandlerTParameterStartEvent Method (TParameter)
Initiates the event handling

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public CMSEventArgs<TParameter> StartEvent(
	TParameter obj
)

Parameters

obj
Type: TParameter
Handled object

Return Value

Type: CMSEventArgsTParameter
See Also