バージョン

OnRecordFixedLocationChanging メソッド

Record が展開される前に発生します。
シンタックス
'宣言
 
Protected Overridable Sub OnRecordFixedLocationChanging( _
   ByVal args As RecordFixedLocationChangingEventArgs _
) 
protected virtual void OnRecordFixedLocationChanging( 
   RecordFixedLocationChangingEventArgs args
)

パラメータ

args
解説

ユーザーがレコードの固定状態を変更できるかどうかは、FieldLayoutSettingsFieldLayoutSettings.AllowRecordFixing プロパティにより決まります。レコードの固定状態は RecordRecord.FixedLocation プロパティを通してプログラムで設定できます。

注:RecordDataPresenterCommands.FixRecordTopDataPresenterCommands.FixRecordBottom、または DataPresenterCommands.UnfixRecord コマンドのいずれかで ExecuteCommand(RoutedCommand,Object) メソッドを呼び出し、レコードをパラメーターとして渡すことで固定または固定解除することもできます。

参照