ComponentOne DataGrid for WPF and Silverlight
Click Event (DataGridHyperlinkColumn)

C1.Silverlight.DataGrid Namespace > DataGridHyperlinkColumn Class : Click Event
Occurs when an hyperlink is clicked.
Syntax
'Declaration
 
Public Event Click As System.EventHandler(Of DataGridRowEventArgs)
public event System.EventHandler<DataGridRowEventArgs> Click
Event Data

The event handler receives an argument of type DataGridRowEventArgs containing data related to this event. The following DataGridRowEventArgs properties provide information specific to this event.

PropertyDescription
Gets the row.  
See Also