Click or drag to resize

OpsCommandSender Property

An object to associate with this command. Usually the creator of this OpsCommand instance (e.g. button).

Namespace:  Micros.Ops
Assembly:  Ops (in Ops.dll) Version: 18.2
Syntax
C#
public Object Sender { get; set; }

Property Value

Type: Object
See Also