Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcDropDownCalculator Class / ValueChangedEvent Field


In This Topic
    ValueChangedEvent Field (GcDropDownCalculator)
    In This Topic
    Identifies the ValueChanged routed event.
    Syntax
    'Declaration
     
    Public Shared ReadOnly ValueChangedEvent As RoutedEvent
    'Usage
     
    Dim value As RoutedEvent
     
    value = GcDropDownCalculator.ValueChangedEvent
    public static readonly RoutedEvent ValueChangedEvent

    Field Value

    The identifier of the ValueChanged routed event.
    See Also