| 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
)
Protected Overridable Function RaiseDataSelectionEvent(Of T) (
_event As BaseActionDataEvent,
data As T
) As T
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:
TRemarks See Also