バージョン

InProgress メソッド (EventManagerBase)

イベントが進行中の場合trueを返します (進行カウンタは0より大きい)。
シンタックス
'宣言
 
Protected Function InProgress( _
   ByVal eventIndex As Integer _
) As Boolean
protected bool InProgress( 
   int eventIndex
)

パラメータ

eventIndex
チェックするイベントのインデックス。

戻り値の型

イベントが進行中とみなされる場合はTrue、それ以外の場合は False。
参照