Static Public Member Functions | List of all members
WpfInteractorExtensions Class Reference

Static Public Member Functions

static IEnumerable< WpfInteractorEnableEventEffects (this IEnumerable< WpfInteractor > interactors)
 Enables event effects for all IInteractors in the collection. More...
 
static IEnumerable< WpfInteractorDisableEventEffects (this IEnumerable< WpfInteractor > interactors)
 Disables event effects for all IInteractors in the collection. More...
 

Member Function Documentation

◆ EnableEventEffects()

static IEnumerable<WpfInteractor> EnableEventEffects ( this IEnumerable< WpfInteractor interactors)
inlinestatic

Enables event effects for all IInteractors in the collection.

Parameters
interactorsThe collection of IInteractors.
Returns
The collection of IInteractors.

◆ DisableEventEffects()

static IEnumerable<WpfInteractor> DisableEventEffects ( this IEnumerable< WpfInteractor interactors)
inlinestatic

Disables event effects for all IInteractors in the collection.

Parameters
interactorsThe collection of IInteractors.
Returns
The collection of IInteractors.

The documentation for this class was generated from the following file: