Skip to content

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

NameSummary
.ctorTrigger.

Properties

NameSummary
EventNameGets the name of the event.
SourceGetterGets the source getter.

Methods

NameSummary
SubscribeSubscribes the specified target.
SubscribeDisposableSubscribes the specified target and returns an IDisposable to unsubscribe.
UnsubscribeUnsubscribes the specified target.
Inherited members