Click or drag to resize

BaseActionRaiseDataSelectionEventT Method

Raises an event specified by the wrapper function and returns the modified data source.

Namespace:  Dynamicweb.News.Frontend
Assembly:  Dynamicweb.News (in Dynamicweb.News.dll) Version: 1.0.10
Syntax
protected virtual T RaiseDataSelectionEvent<T>(
	BaseActionDataEvent _event,
	T data
)

Parameters

_event
Type: Dynamicweb.News.FrontendBaseActionDataEvent
Wrapper function that raises an event.
data
Type: T
Data to pass to the event handlers.

Type Parameters

T
Type of the data.

Return Value

Type: T
Remarks