Method | Description | |
---|---|---|
HeaderMouseEventArgs ( |
Initializes a new instance of the HeaderMouseEventArgs class with the specified source Column, Table, column index and column header bounds
|
|
HeaderMouseEventArgs ( |
Initializes a new instance of the HeaderMouseEventArgs class with the specified source Column, Table, column index, column header bounds and MouseEventArgs
|
public HeaderMouseEventArgs ( |
||
column | The Column that Raised the event | |
table | The Table the Column belongs to | |
index | int | The index of the Column |
headerRect | The column header's bounding rectangle | |
return | System |
public HeaderMouseEventArgs ( |
||
column | The Column that Raised the event | |
table | The Table the Column belongs to | |
index | int | The index of the Column |
headerRect | The column header's bounding rectangle | |
mea | MouseEventArgs | The MouseEventArgs that contains data about the /// mouse event |
return | System |