CloseFlyoutAction Class

Namespace
MahApps.Metro.Actions
Base Types
graph BT Type-->Base0["CommandTriggerAction"] click Base0 "/api/MahApps.Metro.Actions/CommandTriggerAction" Base0-->Base1["TriggerAction<FrameworkElement>"] Type["CloseFlyoutAction"] class Type type-node

Syntax

public class CloseFlyoutAction : CommandTriggerAction

Fields

Name Constant Value Summary
CommandParameterProperty
Identifies the CommandParameter dependency property
Inherited from CommandTriggerAction
static
CommandProperty
Identifies the Command dependency property
Inherited from CommandTriggerAction
static

Properties

Name Value Summary
Command ICommand
Gets or sets the command that this trigger is bound to.
Inherited from CommandTriggerAction
CommandParameter object
Gets or sets an object that will be passed to the Command attached to this trigger.
Inherited from CommandTriggerAction

Methods

Name Value Summary
GetCommandParameter() object
Invoke(object) void
OnAttached() void
Inherited from CommandTriggerAction