FlexGrid for UWP/WinRT
RegisterUpdateCallback(Int32,TypedEventHandler<C1FlexGrid,CellContentChangingEventArgs>) メソッド

特定ののフェーズの間繰り返し呼び出されるイベントハンドラを登録します。
構文
'宣言
 
Public Overloads Sub RegisterUpdateCallback( _
   ByVal phase As System.Integer, _
   ByVal callback As Windows.Foundation.TypedEventHandler(Of C1FlexGrid,CellContentChangingEventArgs) _
) 
public void RegisterUpdateCallback( 
   System.int phase,
   Windows.Foundation.TypedEventHandler<C1FlexGrid,CellContentChangingEventArgs> callback
)

パラメータ

phase
callback
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

関連項目

CellContentChangingEventArgs クラス
CellContentChangingEventArgs メンバ
オーバーロード一覧

Send Feedback