pmMDA.NET

ItemsEventArgs Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the ItemsEventArgs class.

public ItemsEventArgs(
   params IDataObject[] items
);

Parameters

items
The loaded or unloaded items.

Exceptions

Exception Type Condition
ArgumentNullException The items is a null reference.

See Also

ItemsEventArgs Class | PmMda.Net.Dog.Paging Namespace