FormListControl.allItemsDeleted Method

Definition

Identifies when all the items in a form list control are deleted.

public:
 virtual void allItemsDeleted();
public virtual void allItemsDeleted ();
abstract member allItemsDeleted : unit -> unit
override this.allItemsDeleted : unit -> unit
Public Overridable Sub allItemsDeleted ()

Remarks

To override this method in a form list control, right-click the Methods node below the control, point to Override Method, and then click allItemsDeleted. For information about best practices for forms and code, see No Code in Forms.

Applies to