Skip to content
This repository has been archived by the owner on Aug 3, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 190 Bytes

v-row-ondblclick.md

File metadata and controls

16 lines (11 loc) · 190 Bytes

v-row-ondblclick

Add to VGRID element

v-row-ondblclick.delegate="dblClick($event.detail)"

Code in class:

public dblClick (event) {
    console.log(event);
  }