BCGSoft.Controls.TasksPane Namespace > TaskItem Class : ExecuteCommand Event |
'Declaration Public Event ExecuteCommand As TaskItemClickHandler
'Usage Dim instance As TaskItem Dim handler As TaskItemClickHandler AddHandler instance.ExecuteCommand, handler
public event TaskItemClickHandler ExecuteCommand
public: __event TaskItemClickHandler* ExecuteCommand
public: event TaskItemClickHandler^ ExecuteCommand
The event handler receives an argument of type TaskItemClickEventArgs containing data related to this event. The following TaskItemClickEventArgs properties provide information specific to this event.
Property | Description |
---|---|
ID | Specifies the unique identifier of task item. |
Item | A refernce to a TaskItem object that was clicked. |
Text | Contains TaskItem text |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2