DataGridRowsPresenter.OnIsItemsHostChanged(Boolean, Boolean) Metodo

Definizione

Indica che il valore della IsItemsHost proprietà è stato modificato.

protected:
 override void OnIsItemsHostChanged(bool oldIsItemsHost, bool newIsItemsHost);
protected override void OnIsItemsHostChanged(bool oldIsItemsHost, bool newIsItemsHost);
override this.OnIsItemsHostChanged : bool * bool -> unit
Protected Overrides Sub OnIsItemsHostChanged (oldIsItemsHost As Boolean, newIsItemsHost As Boolean)

Parametri

oldIsItemsHost
Boolean

Valore della proprietà precedente.

newIsItemsHost
Boolean

Nuovo valore della proprietà.

Si applica a

Vedi anche