Base class for all classes that provides data for events related to a multiple items.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly: Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic

Public MustInherit Class ItemsEventArgs _
	Inherits EventArgs

C#

public abstract class ItemsEventArgs : EventArgs