Click or drag to resize

MacroCommandDescriptorUserData Property

A user object to add custom data to the command, may be useful if several commands use the same Execute callback

Namespace:  Articy.Api.Plugins
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public Object UserData { get; set; }

Property Value

Type: Object
See Also