Table of Contents

Class MessageLayerCloseCommand

Namespace
HeBianGu.General.WpfControlLib
Assembly
HeBianGu.General.WpfControlLib.dll
public class MessageLayerCloseCommand : MarkupCommandBase, ICommand, INotifyPropertyChanged
Inheritance
MessageLayerCloseCommand
Implements
Inherited Members
Extension Methods

Methods

Execute(object)

Defines the method to be called when the command is invoked.

public override void Execute(object parameter)

Parameters

parameter object

Data used by the command. If the command does not require data to be passed, this object can be set to null.