Click or drag to resize

RelayedEventAttribute Constructor (Type, String)

Initializes a new instance of the RelayedEventAttribute class.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public RelayedEventAttribute(
	Type sourceType,
	string? sourceName
)

Parameters

sourceType
Type: SystemType
Type of the source for the events.
sourceName
Type: SystemString
Name of the source property. You need to specify this only if the source property name is different.
See Also