FlexChart | ComponentOne
C1.WPF.FlexChart.4.6.2 程序集 / C1.WPF.Chart.Interaction 命名空间 / C1RangeSelector 类 / IsMouseOverChanged 事件

本主题中
    IsMouseOverChanged 事件 (C1RangeSelector)
    本主题中
    语法
    '声明
     
    Public Event IsMouseOverChanged As EventHandler(Of PropertyChangedEventArgs(Of Boolean))
    public event EventHandler<PropertyChangedEventArgs<bool>> IsMouseOverChanged
    事件数据

    The event handler receives an argument of type C1.WPF.PropertyChangedEventArgs<T> containing data related to this event. The following PropertyChangedEventArgs<T> properties provide information specific to this event.

    属性说明
     
     
    请参见