Click or drag to resize

DynamicEventHandlerEventHandler Property

Gets the event handler that handles the event

Namespace:  Cauldron.XAML
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public Action<Object, Object> EventHandler { get; }

Property Value

Type: ActionObject, Object

[Missing <value> documentation for "P:Cauldron.XAML.DynamicEventHandler.EventHandler"]

See Also