ComponentOne DataGrid for WPF and Silverlight
C1.Silverlight.DataGrid Namespace / DataGridHyperlinkColumn Class / Click Event

In This Topic
    Click Event (DataGridHyperlinkColumn)
    In This Topic
    Occurs when an hyperlink is clicked.
    Syntax
    'Declaration
     
    
    Public Event Click As EventHandler(Of DataGridRowEventArgs)
    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