Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

When the OnItemCheck fires, the OnItemClick event still fires thereafter. Take this into account when handling both events.

...

Code Block
Point Param1 to Row 
Point Param2 to Column 
Point Param3 to NewValue 

If NewValue EQ 1 then 
   // Do something when checked 
end else 
   // Do something when unchecked 
end

See Also

OnItemClickOnItemDblClickItemChecked