)>
Defined in Type: Trigger
Namespace: CrissCross.WPF.UI.Configuration
Assembly: CrissCross.WPF.UI.dll
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
public Trigger(string eventName, Func<object, object> sourceGetter)
Summary: Trigger.
Parameters
| Name | Type | Description |
|---|---|---|
eventName | string | Name of the event. |
sourceGetter | Func | The source getter. |
Remarks
Initializes a new instance of the Trigger class.