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

Gets or sets the command to execute when the thumb is clicked.

Syntax
 public ICommand Command { get; set; }

Implements

ICommandSource.Command
See Also