OnRangeOver


Function

Occurs when range over.

 

Format

dncMeter1_OnRangeOver(object sender, DncRangeOverEventArgs e)

 

Parameters

sender [ C#: object ] [ VB.NET: object ]

Event source.

 

e [ C#: DncRangeOverEventArgs ] [ VB.NET: DncRangeOverEventArgs  ]

Event arguments. Details are shown below.

 

Event argument

Arguments

C# Type

VB.NET Type

Description

Value

float

Single

Returns the Value value.

Status

int

Integer

Returns the overrange status.

 

Value

Description

0

Comes back within range

1

Overs the minimum value

2

Overs the maximum value

 

Remarks

This is an event that occurs when the range is over.