Click or drag to resize

RelayedEventAttribute Constructor (Type)

Initializes a new instance of the RelayedEventAttribute class.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public RelayedEventAttribute(
	Type sourceType
)

Parameters

sourceType
Type: SystemType
Type of the source for the events.
See Also