ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / GetUnboundValue Event

In This Topic
    GetUnboundValue Event (C1FlexPivotGrid)
    In This Topic
    Syntax
    'Declaration
     
    Public Event GetUnboundValue As C1.Win.FlexGrid.UnboundValueEventHandler
    public event C1.Win.FlexGrid.UnboundValueEventHandler GetUnboundValue
    Event Data

    The event handler receives an argument of type C1.Win.FlexGrid.UnboundValueEventArgs containing data related to this event. The following UnboundValueEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets the column index for the cell that has an unbound value.  
    Gets the row index for the cell that has an unbound value.  
    Gets or sets the unbound value that should be displayed in the cell.  
    See Also