Table of Contents
  • Getting Started
  • EO.Pdf
  • EO.Web
  • EO.WebBrowser
  • EO.Wpf
  • Common Topics
  • Reference
    • .NET API Reference
    • JavaScript API Reference
CommandParameter Property

Represents a user defined data value that can be passed to the command when it is executed.

Syntax
 public Object CommandParameter { get; set; }

Implements

ICommandSource.CommandParameter
See Also