Trigger class¶
Defined in
Namespace: CrissCross.WPF.UI.Configuration
Assembly: CrissCross.WPF.UI.dll
Full name: CrissCross.WPF.UI.Configuration.Trigger
Modifiers: public
Summary¶
Trigger.
Applies to
net10.0-windows10.0.19041, net9.0-windows10.0.19041, net8.0-windows10.0.19041, net481
Remarks¶
Initializes a new instance of the Trigger class.
Constructors¶
| Name | Summary |
|---|---|
| .ctor | Trigger. |
Properties¶
| Name | Summary |
|---|---|
| EventName | Gets the name of the event. |
| SourceGetter | Gets the source getter. |
Methods¶
| Name | Summary |
|---|---|
| Subscribe | Subscribes the specified target. |
| SubscribeDisposable | Subscribes the specified target and returns an IDisposable to unsubscribe. |
| Unsubscribe | Unsubscribes the specified target. |