FormListControl.allItemsDeleted Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.