pmMDA.NET

ItemsEventHandler Delegate

[This is preliminary documentation and subject to change.]

Represents the method that will handle the ItemsReloaded and ItemsUnloaded events.

public delegate void ItemsEventHandler(
   object sender,
   ItemsEventArgs e
);

Parameters

sender
The source of the event.
e
An ItemsEventArgs that contains the event data.

Requirements

Namespace: PmMda.Net.Dog.Paging

Assembly: pmMDA.NET.Common (in pmMDA.NET.Common.dll)

See Also

PmMda.Net.Dog.Paging Namespace