FlexGrid for WPF | ComponentOne
C1.WPF.Grid Assembly / C1.WPF.Grid Namespace / GridHyperlinkColumn Class / OptionsLoading Event

In This Topic
    OptionsLoading Event (GridHyperlinkColumn)
    In This Topic
    Occurs when the options of a column are being loaded.
    Syntax
    'Declaration
     
    Public Event OptionsLoading As EventHandler(Of GridColumnOptionsLoadingEventArgs)
    Event Data

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

    PropertyDescription
    Gets or sets a value indicating whether the associated event should be canceled. (Inherited from C1.WPF.Grid.CancelEventArgs)
    Gets a value indicating whether the associated event is cancellable. (Inherited from C1.WPF.Grid.CancelEventArgs)
    Gets the related column.  
    Gets the menu that will be displayed for the column.  
    See Also