Table of Contents

Method AfterContextMenuExecutionAsync

Namespace
DisCatSharp.ApplicationCommands
Assembly
DisCatSharp.ApplicationCommands.dll

AfterContextMenuExecutionAsync(ContextMenuContext)

Called after the execution of a context menu in the module.

public virtual Task AfterContextMenuExecutionAsync(ContextMenuContext ctx)

Parameters

ctx ContextMenuContext

The context.

Returns

Task