'宣言 Public Overridable Sub UnbindCellContent( _ ByVal cellContent As System.Windows.FrameworkElement, _ ByVal row As DataGridRow _ )
public virtual void UnbindCellContent( System.Windows.FrameworkElement cellContent, DataGridRow row )
パラメータ
- cellContent
- 行に現在連結されているビジュアル要素。
- row
- cellContent に現在連結されている行。