Skip to content

E_Rhino_Commands_Command_EndCommand

Will Pearson edited this page Aug 12, 2016 · 2 revisions

Command.EndCommand Event

Called immediately after command.RunCommand().

Namespace: Rhino.Commands
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public static event EventHandler<CommandEventArgs> EndCommand

VB

Public Shared Event EndCommand As EventHandler(Of CommandEventArgs)

Value

Type: System.EventHandler(CommandEventArgs)

Version Information

Supported in: 5D58w

See Also

Reference

Command Class
Rhino.Commands Namespace

Clone this wiki locally