Initializes a new instance of the DeletingItemsEventArgs class.
Namespace:
DlhSoft.Windows.ControlsAssembly: DlhSoft.ProjectData.Management.Controls (in DlhSoft.ProjectData.Management.Controls.dll)
Syntax
C# |
---|
public DeletingItemsEventArgs( IEnumerable<Object> items ) |
Visual Basic (Declaration) |
---|
Public Sub New ( _ items As IEnumerable(Of Object) _ ) |
Parameters
- items
- Type: System.Collections.Generic..::.IEnumerable<(Of <(Object>)>)
The items that are about to be deleted.