Click or drag to resize

DynamicEventHandler Constructor

Initializes a new instance of DynamicEventHandler

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public DynamicEventHandler(
	Object associatedObject,
	string eventName,
	Action<Object, Object> eventHandler
)

Parameters

associatedObject
Type: SystemObject
The objects that contains the event
eventName
Type: SystemString
The name of the event
eventHandler
Type: SystemActionObject, Object
A delegate that handles the event
See Also