ItemsRepeaterElementClearingEventArgs.Element Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene l'elemento che viene cancellato per il riutilizzo.
public:
property UIElement ^ Element { UIElement ^ get(); };
UIElement Element();
public UIElement Element { get; }
var uIElement = itemsRepeaterElementClearingEventArgs.element;
Public ReadOnly Property Element As UIElement
Valore della proprietà
Elemento da cancellare.