Table of Contents

Class RemoveItemInListBoxAction

Namespace
HeBianGu.Base.WpfBase
Assembly
HeBianGu.Base.WpfBase.dll

Allows a user to remove the item from a ListBox ItemTemplate.

public sealed class RemoveItemInListBoxAction : TriggerAction<FrameworkElement>, IAnimatable, IAttachedObject
Inheritance
RemoveItemInListBoxAction
Implements
Inherited Members
Extension Methods

Methods

Invoke(object)

Invokes the action.

protected override void Invoke(object parameter)

Parameters

parameter object

The parameter to the action. If the action does not require a parameter, the parameter may be set to a null reference.